SignatureGetXCADPointed(iPointingObject : Type="PLMEntity"/>) : List Arguments
Note:
An error message appears if the object is not a PLMReference or
PLMRepresentationReference.
ReturnTypeList ExampleLet oPointedObjects (List) Let lNbPointed (Integer) Trace(1, "inside script") Trace(1, "Element : #", (ThisObject : BusinessType).PrimaryType.Name) oPointedObjects = GetXCADPointed(ThisObject) Trace(1,"test Rule executed") lNbPointed = oPointedObjects.Size() Trace(1, "lNbPointed: " + lNbPointed) if (lNbPointed == 0) { Trace(1,"test Rule refused") } Profile CardThere is a profile card published for this function. Function.Signature = GetXCADPointed@PLMEntity Function.Visibility = Visible Function.Arg1 = ConstantRead |