API 설명서 > 3D drawings and annotations > Object ProDimension > Function ProDimensionChamferLeaderSet
Function ProDimensionChamferLeaderSet
Description
Assigns the chamfer dimension leader style for the chamfer dimension.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionChamferLeaderSet
(
ProDimension* dimension
/* (In)
The Dimension.
*/
ProDrawing drawing
/* (In)
The Drawing Pass NULL for dimension displayed in solid.
*/
ProDimChamferLeaderStyle chamfer_leader_style
/* (In)
The chamfer dimension leader style.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The dimension style is not chamfer.
User Guide References
도움이 되셨나요?