| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static UDFAssemblyIntersection | UDFAssemblyIntersection_Create
(intseq ComponentPath, int VisibilityLevel)
Creates an assembly intersection object, which is used to place a UDF programatically. |
| static UDFCustomCreateInstructions | UDFCustomCreateInstructions_Create
(String Name)
Creates an instructions object, which is used to place a UDF programmatically. |
| static UDFExternalReference | UDFExternalReference_Create
(ComponentPath Model)
Creates a UDFExternalReference object that is required when placing a UDF with external references. |
| static UDFReference | UDFReference_Create
(String PromptForReference, Selection ReferenceItem)
Creates a UDF reference that is required when placing a UDF with references. |
| static UDFVariantDimension | UDFVariantDimension_Create
(String Name, double DimensionValue)
Specifies the value of the dimension the user must supply to place the UDF. |
| static UDFVariantPatternParam | UDFVariantPatternParam_Create
(String Name, int PatternParam)
Specifies the name of the pattern parameter the user must supply to place the UDF. |
| Method Detail |
|---|
| UDFVariantDimension_Create |
|---|
| static UDFVariantDimension | UDFVariantDimension_Create | (String Name, double DimensionValue) |
| Specifies the value of the dimension the user
must supply to place the UDF.
Used as a component of UDFCustomCreateInstructions .
|
| UDFVariantPatternParam_Create |
|---|
| static UDFVariantPatternParam | UDFVariantPatternParam_Create | (String Name, int PatternParam) |
| Specifies the name of the pattern parameter the user
must supply to place the UDF.
Used as a component of UDFCustomCreateInstructions .
|
| UDFReference_Create |
|---|
| static UDFReference | UDFReference_Create | (String PromptForReference, Selection ReferenceItem) |
| Creates a UDF reference that is required when placing
a UDF with references.
Used as a component of UDFCustomCreateInstructions .
|
| UDFAssemblyIntersection_Create |
|---|
| static UDFAssemblyIntersection | UDFAssemblyIntersection_Create | (intseq ComponentPath, int VisibilityLevel) |
| Creates an assembly intersection object, which is
used to place a UDF programatically.
Used as a component of UDFCustomCreateInstructions .
|
| UDFExternalReference_Create |
|---|
| static UDFExternalReference | UDFExternalReference_Create | (ComponentPath Model) |
| Creates a UDFExternalReference object that is required when
placing a UDF with external references.
Used as a component of UDFCustomCreateInstructions .
|
| UDFCustomCreateInstructions_Create |
|---|
| static UDFCustomCreateInstructions | UDFCustomCreateInstructions_Create | (String Name) |
| Creates an instructions object, which is used to
place a UDF programmatically.
Used as a component of UDFCustomCreateInstructions .
|