API Documentation > Classes > Interface IpfcUDFReference
Interface IpfcUDFReference
Description
This class describes an array of element references.
User Guide References:
Property Summary
Property
as Boolean
Determines whether reference is to current solid or to an external solid.
Property
as String
String given to user if placing UDF interactively.
Property
Item used for reference.
Method Summary
Function
CCpfcUDFReference.Create (PromptForReference as String, ReferenceItem as IpfcSelection) as IpfcUDFReference
Creates a UDF reference that is required when placing a UDF with references.
Property Detail
Property
IsExternal
as Boolean
Determines whether reference is to current solid or to an external solid.
Property
PromptForReference
as String
String given to user if placing UDF interactively.
Property
ReferenceItem
Item used for reference.
Method Detail
Function
CCpfcUDFReference.Create
(PromptForReference as String, ReferenceItem as IpfcSelection) as IpfcUDFReference
Creates a UDF reference that is required when placing a UDF with references.
Used as a component of IpfcUDFCustomCreateInstructions .
Parameters:
PromptForReference
String that would be given to user if placing UDF interactively.
ReferenceItem
Item to use as reference. Include component path if reference is external.
Returns:
Instance of the UDFReference object.
Was this helpful?