Documentación de la API > Dimensions > Object ProDimension > Function ProDimensionAutoOrdinateCreate
Function ProDimensionAutoOrdinateCreate
Description
Creates ordinate dimensions in a drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionAutoOrdinateCreate
(
ProDrawing drawing
/* (In)
Target drawing (This must be displayed in the window.)
*/
ProSelection* surface_array
/* (In)
The array of parallel surfaces to be dimensioned. It must be a ProArray of ProSelection. Selections must contain view information. Use ProSelectionViewSet() to set view. All selections must be from same view and same solid.
*/
ProSelection baseline
/* (In)
Reference for creating baseline dimension. Valid types are PRO_EDGE,PRO_DATUM_PLANE,PRO_CURVE
*/
ProDimension** dimensions
/* (Out)
ProArray of created dimensions. This is a ProArray. Use ProArrayFree to free it from memory.
*/
)
Returns
The function successfully created the ordinate dimensions.
Model is in read-only state.
One or more of the input arguments are invalid.
See Also
User Guide References
¿Fue esto útil?