API-Dokumentation > Drawings and detail > Object ProDrawing > Function ProDrawingOrdbaselineCreate
Function ProDrawingOrdbaselineCreate
Description
Creates an ordinate baseline dimension from an existing linear dimension. Available only in drawing mode. The drawing must be displayed.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingOrdbaselineCreate
(
ProDrawing drawing
/* (In)
the drawing.
*/
ProDimension* dimension
/* (In)
the linear dimension from which the ordinate baseline is to be created. As a side-effect, this dimension will be converted to ordinate.
*/
ProVector location
/* (In)
a point on one of the extension lines of the linear dimension.
*/
ProDimension* base_dimension
/* (Out)
the newly created ordinate baseline dimension.
*/
)
Returns
one or more of the input arguments are invalid.
failed to create an ordinate baseline using the specified dimension and point.
successfully created an ordinate baseline dimension.
Model is in read-only state.
Sample Code References
User Guide References
War dies hilfreich?