|
NanLayerAdjustObjectAfterNormalize Method
|
Normailize 후에 새로 적용될 뷰에 적합한 textSizeUnit, thickUnit, pointSizeUnit을 각 object에 설정하고
자동텍스트박스 또는 측정주기 내 텍스트박스의 사이즈 및 위치를 조절한다.
Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic void AdjustObjectAfterNormalize(
bool useSizeUnit,
double textSizeUnit,
double thickUnit,
double pointSizeUnit,
double wpy,
double sfX0,
double sfX1,
double sfY0,
double sfY1
)
Parameters
- useSizeUnit Boolean
- image space(world 좌표) 사용 여부,
true 이면 textSizeUnit, thickUnit, pointSizeUnit 을 object에서 사용할 단위로 설정하고
false 이면 wpy를 object에서 사용할 단위로 설정한다.
- textSizeUnit Double
- 설정할 글씨 크기 단위(World 좌표 단위)
- thickUnit Double
- 설정할 선 두께 단위(World 좌표 단위)
- pointSizeUnit Double
- 설정할 점 크기 단위(World 좌표 단위)
- wpy Double
- 현재 화면의 y해상도
- sfX0 Double
- [In] X 방향 Scale factor0
- sfX1 Double
- [In] X 방향 Scale factor1 (X' = X * sfX1 + sfX0)
- sfY0 Double
- [In] Y 방향 Scale factor0
- sfY1 Double
- [In] Y 방향 Scale factor1 (Y' = Y * sfY1 + sfY0)
See Also