Function ProDimensionElbowSet
Description
Sets elbow length of the dimension.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionElbowSet
(
ProDimension* dimension
/* (In)
The dimension.
*/
ProDrawing drawing
/* (In)
Drawing where dimension is displayed. Pass NULL for dimension displayed in solid.
*/
double elbow_length
/* (In)
The elbow length.
*/
)
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
Isto foi útil?