Click or drag to resize

IVIZZARDServiceAddUserDimensionItem_1PointPartMinDistance Method

사용자정의 측정(특정점과 Node간 최단거리)

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
int AddUserDimensionItem_1PointPartMinDistance(
	Vertex3D pos,
	List<int> NodeIndexes,
	int nAxis
)

Parameters

pos
Type: SHConnectorVertex3D
특정점
NodeIndexes
Type: System.Collections.GenericListInt32
노드인덱스 목록
nAxis
Type: SystemInt32
0:X, 1:Y, 2:Z

Return Value

Type: Int32
측정ID
See Also