| PrimitiveManagerOpenCustomShapeDock Method |
커스텀 DOCK 형상 조회
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public bool OpenCustomShapeDock(
string modelName,
int colorIndex,
Vertex3D center,
Vector3D axisLength,
float groundLength,
float thickness
)
Parameters
- modelName
- Type: SystemString
모델 이름 - colorIndex
- Type: SystemInt32
색상 인덱스 (참조 파일 : rev2bst.config.rev) - center
- Type: VIZCore3D.NET.DataVertex3D
중심점 - axisLength
- Type: VIZCore3D.NET.DataVector3D
축 방향 길이 - groundLength
- Type: SystemSingle
지표면 길이. 0 일 경우, 생성하지 않음 - thickness
- Type: SystemSingle
두께
Return Value
Type:
Boolean형상 조회 결과
See Also