Library | Module

Class pfcUDFReference



Description

This class describes an array of element references.



Property Summary

booleanIsExternal
Determines whether reference is to current solid or to an external solid.
stringPromptForReference
String given to user if placing UDF interactively.
pfcSelectionReferenceItem
Item used for reference.



Method Summary

static pfcUDFReferenceCreate (string PromptForReference, pfcSelection ReferenceItem)
Creates a UDF reference that is required when placing a UDF with references.



Property Detail


booleanIsExternal

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




stringPromptForReference

String given to user if placing UDF interactively.




pfcSelectionReferenceItem

Item used for reference.





Method Detail


static pfcUDFReferenceCreate (string PromptForReference, pfcSelection ReferenceItem)

Creates a UDF reference that is required when placing a UDF with references.

Used as a component of pfcUDFCustomCreateInstructions .
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.