Library | Module

Module "pfcUDFCreate"

Description

Contains interfaces to place a UDF.

Enumerated Types
enumpfcUDFDependencyType
Represents the dependency type of the UDF. The choices correspond to the choices available when you create the UDF interactively. This enumerated type can take only one of the attribute values.
enumpfcUDFScaleType
Specifies what should happen if the UDF used different length units than the model to which it is being applied.
enumpfcUDFVariantValueType
This class specifies if a variant value is a dimension or a pattern parameter.
enumpfcUDFDimensionDisplayType
Specifies how to display all UDF dimensions in the UDF to be placed.
enumpfcUDFOrientation
An enum that provides an answer to a Creo Parametric prompt that uses a flip arrow.


Classes
classpfcUDFAssemblyIntersection
This class defines an assembly intersection.
classpfcUDFCustomCreateInstructions
Contains all options required to place a UDF programmatically. Users can enter attribute data programmatically, or wait for Creo Parametric to interactively prompt for the missing data.
classpfcUDFExternalReference
The assembly and member to reference when placing the UDF with external references.
classpfcUDFReference
This class describes an array of element references.
classpfcUDFVariantDimension
This class specifies the value of the dimension name the user must supply to place the UDF.
classpfcUDFVariantPatternParam
This class specifies the name of the pattern parameter the user must supply to place the UDF.
classpfcUDFVariantValue
This class defines either a dimension or pattern parameter that must be provided to place the UDF. This is the parent of pfcUDFVariantDimension and pfcUDFVariantPatternParam .


Collections
classpfcUDFAssemblyIntersections
This class defines a sequence of assembly intersections.
classpfcUDFExternalReferences
A sequence of external references.
classpfcUDFOrientations
An array of enums that provides answers to Creo Parametric prompts that use a flip arrow.
classpfcUDFReferences
This class describes a sequence of arrays of element references.
classpfcUDFVariantValues
This class defines a sequence of either dimensions or pattern parameters that must be provided to place the UDF.