| Drawing2DMeasureManagerSetLevelMeasurePointDisableOffset 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 SetLevelMeasurePointDisableOffset(
int reviewID,
bool bDisableOffsetX,
bool bDisableOffsetY,
bool bDisableOffsetZ
)
Parameters
- reviewID
- Type: SystemInt32
리뷰 ID - bDisableOffsetX
- Type: SystemBoolean
X축 true : 사용하지 않음, false : 사용 - bDisableOffsetY
- Type: SystemBoolean
Y축 true : 사용하지 않음, false : 사용 - bDisableOffsetZ
- Type: SystemBoolean
Z축 true : 사용하지 않음, false : 사용
See Also