Function ProDimensionChamferTextSet
Description
Assigns the chamfer dimension style for the chamfer dimension.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionChamferTextSet
(
ProDimension* dimension
/* (In)
The dimension.
*/
ProDrawing drawing
/* (In)
Drawing where dimension is displayed. Pass NULL for dimension displayed in solid.
*/
ProDimChamferStyle chamfer_style
/* (In)
The chamfer dimension style.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The dimension is not a chamfer dimension.
User Guide References
¿Fue esto útil?