Description | |||||||||||||||||
Creates an instance of a UDF in a solid
NOTE: From Creo3 onwards, features have backup reference information that allows their missing references to be visited, hence the additional reference information may be shown through ProFeatureAnnotationelemsVisit and similar calls. This new functionality can be disabled by setting config option backup_reference_information to no. |
|||||||||||||||||
Replacement in Object TOOLKIT: | pfcSolid::CreateUDFGroup | ||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProUdf.h> | |||||||||||||||||
ProError | ProUdfCreate | ( | |||||||||||||||
ProSolid solid | |||||||||||||||||
/* (In) | |||||||||||||||||
The solid which will contain the UDF | |||||||||||||||||
*/ | |||||||||||||||||
ProUdfdata data | |||||||||||||||||
/* (In) | |||||||||||||||||
The data which described the placement and geometry of the UDF | |||||||||||||||||
*/ | |||||||||||||||||
ProAsmcomppath* asm_reference | |||||||||||||||||
/* (In) | |||||||||||||||||
The assembly and member component path from the root assembly to the model on which the UDF will be created. NULL if the UDF is not placed in assembly mode, or if the UDF is placed in the top-level assembly. | |||||||||||||||||
*/ | |||||||||||||||||
ProUdfCreateOption* options | |||||||||||||||||
/* (In) | |||||||||||||||||
Array of placement options | |||||||||||||||||
*/ | |||||||||||||||||
int n_options | |||||||||||||||||
/* (In) | |||||||||||||||||
The number of options | |||||||||||||||||
*/ | |||||||||||||||||
ProGroup* udf | |||||||||||||||||
/* (Out) | |||||||||||||||||
The resultant UDF group | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|