API 설명서 > 3D drawings and annotations > Object ProDimension > Function ProDimensionSimpleBreakCreate
Function ProDimensionSimpleBreakCreate
Description
Create a simple break in an existing dimension witness line.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProDimension.h>
ProDimensionSimpleBreakCreate
(
ProDimension* dimension
/* (In)
The dimension whose witness line is being broken.
*/
ProDrawing drawing
/* (In)
The drawing in which the dimension is shown. May be NULL.
*/
int index
/* (In)
For a non-ordinate, non-radius dimension, the witness line index is 1 or 2 otherwise this is not used.
*/
Pro3dPnt break_start
/* (In)
The starting point of the break.
*/
Pro3dPnt break_end
/* (In)
The ending point of the break.
*/
)
Returns
The dimension witness line break was created.
The dimension object or cosmetic model is not valid.
The object or cosmetic model can't be modified.
The dimension is not valid.
The dimension can't have a witness line break.
The dimension witness line couldn't be broken.
User Guide References
도움이 되셨나요?