Documentación de la API > Features > Object ProFeature > Function ProFeatureDimensionVisit
Function ProFeatureDimensionVisit
Description
Visits dimensions belonging to the feature. NOTE: The dimensions values might depend on other feature�s dimensions, e.g. sketch based features with shared/patterned or external sections, dependent copied or mirrored features. In many Creo operations such value dependent dimensions are automatically substituted by the parent dimension. If your application wishes to substitute value dependent dimensions by the parent, see ProDimensionParentGet().
Synopsis
#include <ProFeature.h>
ProFeatureDimensionVisit
(
ProFeature* feature
/* (In)
The feature
*/
/* (In)
The visit function
*/
/* (In)
The filter function. If NULL, all dimensions are visited using the action function.
*/
/* (In)
User defined data passed to the visit and filter functions.
*/
)
Returns
The function successfully visited all the feature's dimensions.
The function failed because one or more of the input arguments are invalid.
No feature dimensions were visited.
An error occurred while locating the dimensions.
other
Visiting was stopped by the caller supplied functions with this error return.
Sample Code References
User Guide References
¿Fue esto útil?