 | GeometryUtilityManagerGetObjectCollisionLine Method (ListInt32, ListInt32) |
노드간 접합 라인 반환
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.902 (2.8.25.902)
Syntaxpublic List<IntersectionLine> GetObjectCollisionLine(
List<int> srcNodeIndices,
List<int> trgNodeIndices
)
Parameters
- srcNodeIndices
- Type: System.Collections.GenericListInt32
기준 노드 인덱스 리스트 - trgNodeIndices
- Type: System.Collections.GenericListInt32
대상 노드 인덱스 리스트
Return Value
Type:
ListIntersectionLine라인 정점
See Also