Click or drag to resize

PrimitiveManagerOpenCustomShapeDock Method

커스텀 DOCK 형상 조회

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public bool OpenCustomShapeDock(
	string modelName,
	int colorIndex,
	Vertex3D center,
	Vector3D axisLength,
	float groundLength,
	float thickness
)

Parameters

modelName  String
모델 이름
colorIndex  Int32
색상 인덱스 (참조 파일 : rev2bst.config.rev)
center  Vertex3D
중심점
axisLength  Vector3D
축 방향 길이
groundLength  Single
지표면 길이. 0 일 경우, 생성하지 않음
thickness  Single
두께

Return Value

Boolean
형상 조회 결과
See Also