| Drawing2DMeasureManagerSetLevelMeasurePointOption Method |
3D 측정 - 계측점 설정
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public void SetLevelMeasurePointOption(
int pointKind,
bool bPoint3DMeasure,
bool bPointVerticalMeasure,
bool bPointStepMeasure,
bool bPointDesignMeasure,
bool bPointLevel,
bool bWeldShrinkage,
bool bRootGap
)
Parameters
- pointKind
- Type: SystemInt32
0 = 설계점, 1 = 측정점 - bPoint3DMeasure
- Type: SystemBoolean
3D 계측 포인트 - bPointVerticalMeasure
- Type: SystemBoolean
수직도 계측 포인트 - bPointStepMeasure
- Type: SystemBoolean
단차 계측표 - bPointDesignMeasure
- Type: SystemBoolean
의장 계측표 - bPointLevel
- Type: SystemBoolean
LEVEL - bWeldShrinkage
- Type: SystemBoolean
용접수축지 여부 - bRootGap
- Type: SystemBoolean
Root Gap 여부
See Also