Description | ||||||||||||||
Retrieves the dimension name in a user-defined feature (UDF). This is the symbol of the dimension in the original model at the time the group was created. It is the same in all UDFs made from the same group. This symbol is needed when placing a new instance of the UDF using Creo Parametric TOOLKIT.
If you want the unique dimension symbol, use ProDimensionSymbolGet. |
||||||||||||||
Replacement in Object TOOLKIT: | pfcUDFDimension::UDFDimensionName | |||||||||||||
Synopsis | ||||||||||||||
#include <ProUdf.h> | ||||||||||||||
ProError | ProUdfDimensionNameGet | ( | ||||||||||||
ProGroup* udf | ||||||||||||||
/* (In) | ||||||||||||||
The UDF group. | ||||||||||||||
*/ | ||||||||||||||
ProDimension* dimension | ||||||||||||||
/* (In) | ||||||||||||||
The dimension. | ||||||||||||||
*/ | ||||||||||||||
ProLine name | ||||||||||||||
/* (Out) | ||||||||||||||
The symbol for the dimension in the UDF reference model. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|