Click or drag to resize

GeometryUtilityManagerGetNearestObject Method (ListInt32, Vertex3D, Vertex3D)

지정된 개체 중에서 첫번째 지점에서 두번째 지점 방향으로 처음 만나는 정보 반환

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public NearestObjectByAxisPoint GetNearestObject(
	List<int> index,
	Vertex3D start,
	Vertex3D end
)

Parameters

index
Type: System.Collections.GenericListInt32
노드 인덱스
start
Type: VIZCore3D.NET.DataVertex3D
시작 점
end
Type: VIZCore3D.NET.DataVertex3D
두 번째 점 (벡타 방향으로 사용)

Return Value

Type: NearestObjectByAxisPoint
지정된 지점에서 축방향으로 가장 가까운 부재(Part) 정보
See Also