| Library | Module | Frames | Expand |
| /* optional */ pfcComponentPath | AssemblyReference | |
| This property specifies the path to the placement model from the top-level assembly used by reference selections, if the placement model is not the top level assembly. This is necessary whenever external references are used for placement, or whenever the reference selections are made from a context outside of the placement model. | ||
| /* optional */ pfcUDFDependencyType | DependencyType | |
| The dependency of the UDF. The choices correspond to the choices available when you create the UDF interactively. | ||
| /* optional */ pfcUDFDimensionDisplayType | DimDisplayType | |
| These values correspond to the options in Creo Parametric for determining the appearance in the model of UDF dimensions and pattern parameters that were not variable in the UDF, and therefore cannot be modified in the model. | ||
| /* optional */ pfcUDFExternalReferences | ExtReferences | |
| This property is deprecated. To specify the path to the placement model from the top-level assembly used by reference selections use the AssemblyReference property. | ||
| /* optional */ string | InstanceName | |
| If the UDF contains a family table, this field can be used to select which instance in that table is to be selected. If the UDF contains no family table, or if the generic instance is to be selected, the string should be empty. | ||
| /* optional */ pfcUDFAssemblyIntersections | Intersections | |
| An array of intersections of the UDF and parts within the assembly. | ||
| /* optional */ pfcUDFOrientations | Orientations | |
| An array of orientations that provide the answers to Creo Parametric prompts that use a flip arrow. The order of orientations should correspond to the order in which Creo Parametric prompts for them when the UDF is created interactively. If you do not provide an orientation that Creo Parametric needs, it uses the default value ``no flip.'' | ||
| /* optional */ pfcPoint3Ds | Quadrants | |
| An array of points, which provide the X, Y, and Z coordinates that correspond to the picks answering the Creo Parametric prompts for the feature positions. The order of quadrants should correspond to the order in which Creo Parametric prompts for them when the UDF is created interactively. | ||
| /* optional */ pfcUDFReferences | References | |
| An array of element references. | ||
| /* optional */ number | Scale | |
| If the value of the ScaleType field is UDFSCALE_CUSTOM, this field is the user-defined scale factor. Otherwise, this field is ignored. | ||
| /* optional */ pfcUDFScaleType | ScaleType | |
| Specifies what should happen if the UDF used different length units than the model to which it is being applied. | ||
| /* optional */ pfcUDFVariantValues | VariantValues | |
| An array of variable dimensions and pattern parameters | ||
| static pfcUDFCustomCreateInstructions | Create (string Name) | |
| Creates an instructions object, which is used to place a UDF programmatically. | ||
| /* optional */ pfcComponentPath | AssemblyReference |
|
This property specifies the path to the placement model from the top-level assembly used by reference selections, if the placement model is not the top level assembly. This is necessary whenever external references are used for placement, or whenever the reference selections are made from a context outside of the placement model. |
| /* optional */ pfcUDFDependencyType | DependencyType |
|
The dependency of the UDF. The choices correspond to the choices available when you create the UDF interactively. |
| /* optional */ pfcUDFDimensionDisplayType | DimDisplayType |
|
These values correspond to the options in Creo Parametric for determining the appearance in the model of UDF dimensions and pattern parameters that were not variable in the UDF, and therefore cannot be modified in the model. |
| /* optional */ pfcUDFExternalReferences | ExtReferences |
|
This property is deprecated. To specify the path to the placement model from the top-level assembly used by reference selections use the AssemblyReference property. If one or more valid component path is supplied for this property, and null is supplied for the AssemblyReference property, the first component path supplied will be used for the AssemblyReference path. |
| /* optional */ string | InstanceName |
|
If the UDF contains a family table, this field can be used to select which instance in that table is to be selected. If the UDF contains no family table, or if the generic instance is to be selected, the string should be empty. |
| /* optional */ pfcUDFAssemblyIntersections | Intersections |
|
An array of intersections of the UDF and parts within the assembly. |
| /* optional */ pfcUDFOrientations | Orientations |
|
An array of orientations that provide the answers to Creo Parametric prompts that use a flip arrow. The order of orientations should correspond to the order in which Creo Parametric prompts for them when the UDF is created interactively. If you do not provide an orientation that Creo Parametric needs, it uses the default value ``no flip.'' |
| /* optional */ pfcPoint3Ds | Quadrants |
|
An array of points, which provide the X, Y, and Z coordinates that correspond to the picks answering the Creo Parametric prompts for the feature positions. The order of quadrants should correspond to the order in which Creo Parametric prompts for them when the UDF is created interactively. |
| /* optional */ pfcUDFReferences | References |
|
An array of element references. |
| /* optional */ number | Scale |
|
If the value of the ScaleType field is UDFSCALE_CUSTOM, this field is the user-defined scale factor. Otherwise, this field is ignored. |
| /* optional */ pfcUDFScaleType | ScaleType |
|
Specifies what should happen if the UDF used different length units than the model to which it is being applied. |
| /* optional */ pfcUDFVariantValues | VariantValues |
|
An array of variable dimensions and pattern parameters |
| static pfcUDFCustomCreateInstructions | Create | (string Name) |
|
Creates an instructions object, which is used to place a UDF programmatically. Used as a component of pfcUDFCustomCreateInstructions .
|