| ViewManagerGet2DProjectionVertex Method |
모델 외곽형상 포인트 추출
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public Projection2D Get2DProjectionVertex(
int scale,
bool vertexAll = false,
int vertexHVDirNum = 1,
int imageWidth = 1024,
int imageHeight = 1024,
bool enableCoordinateCorrection = true
)
Parameters
- scale
- Type: SystemInt32
스케일. Scale >= 1. MODEL:1/SCALE. 숫자가 클수록 결과의 크기가 작아짐. - vertexAll (Optional)
- Type: SystemBoolean
True(전체 모델의 외곽 좌표), False(최대면적을 갖는 단일 폐곡선 좌표 - 기본값) - vertexHVDirNum (Optional)
- Type: SystemInt32
Vertex 출력의 품질, 1 ~ 10, 1(빠름 - 기본값), 10(느림) - imageWidth (Optional)
- Type: SystemInt32
가상 이미지 가로 길이. px. 원격 및 콘솔 구성일 경우, 무조건 1024로 지정되어야 함. - imageHeight (Optional)
- Type: SystemInt32
가상 이미지 세로 길이. px. 원격 및 콘솔 구성일 경우, 무조건 1024로 지정되어야 함. - enableCoordinateCorrection (Optional)
- Type: SystemBoolean
2D 좌표 보정 여부
Return Value
Type:
Projection2D모델 외곽형상 포인트 데이터
See Also