Library | Module

Module "pfcUDFCreate"

Description

Contains interfaces to place a UDF.

Enumerated Types
enumEpfcUDFDependencyType
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.
enumEpfcUDFScaleType
Specifies what should happen if the UDF used different length units than the model to which it is being applied.
enumEpfcUDFVariantValueType
This class specifies if a variant value is a dimension or a pattern parameter.
enumEpfcUDFDimensionDisplayType
Specifies how to display all UDF dimensions in the UDF to be placed.
enumEpfcUDFOrientation
An enum that provides an answer to a Creo Parametric prompt that uses a flip arrow.


Classes
classIpfcUDFAssemblyIntersection
This class defines an assembly intersection.
classIpfcUDFCustomCreateInstructions
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.
classIpfcUDFExternalReference
The assembly and member to reference when placing the UDF with external references.
classIpfcUDFReference
This class describes an array of element references.
classIpfcUDFVariantDimension
This class specifies the value of the dimension name the user must supply to place the UDF.
classIpfcUDFVariantPatternParam
This class specifies the name of the pattern parameter the user must supply to place the UDF.
classIpfcUDFVariantValue
This class defines either a dimension or pattern parameter that must be provided to place the UDF. This is the parent of IpfcUDFVariantDimension and IpfcUDFVariantPatternParam .


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