Click or drag to resize

IVIZZARDServiceSetCustomClashTestView Method

간섭검사 결과 화면 보기

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void SetCustomClashTestView(
	int NodeAIndex,
	int NodeBIndex,
	float PointX,
	float PointY,
	float PointZ,
	int ShapeType
)

Parameters

NodeAIndex
Type: SystemInt32
노드 인덱스
NodeBIndex
Type: SystemInt32
노드 인덱스
PointX
Type: SystemSingle
간섭 위치 X
PointY
Type: SystemSingle
간섭 위치 Y
PointZ
Type: SystemSingle
간섭 위치 Z
ShapeType
Type: SystemInt32
간섭 모양
See Also