Description | ||||||||
Creates ordinate dimensions in a drawing. | ||||||||
Synopsis | ||||||||
#include <ProDimension.h> | ||||||||
ProError | 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 | ||||||||
|
||||||||
See Also | ||||||||
ProMdlDisplay | ||||||||
ProSelectionViewSet |