Library | Module

Interface IpfcUDFReference



Description

This class describes an array of element references.



Property Summary

PropertyIsExternalas Boolean
Determines whether reference is to current solid or to an external solid.
PropertyPromptForReferenceas String
String given to user if placing UDF interactively.
PropertyReferenceItemas IpfcSelection
Item used for reference.



Method Summary

FunctionCCpfcUDFReference.Create (PromptForReference as String, ReferenceItem as IpfcSelection) as IpfcUDFReference
Creates a UDF reference that is required when placing a UDF with references.



Property Detail


PropertyIsExternalas Boolean

Determines whether reference is to current solid or to an external solid.




PropertyPromptForReferenceas String

String given to user if placing UDF interactively.




PropertyReferenceItemas IpfcSelection

Item used for reference.





Method Detail


FunctionCCpfcUDFReference.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.