| GeometryUtilityManagerGetCurvedOffsetTwoPoint Method |
부재 표면의 시작점과 끝점을 기준으로 양옆으로 오프셋 만큼 두 끝점 반환
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public List<Vertex3D> GetCurvedOffsetTwoPoint(
int index,
Vertex3D start,
Vertex3D end,
float offset = 0f
)
Parameters
- index
- Type: SystemInt32
Node Index - start
- Type: VIZCore3D.NET.DataVertex3D
시작점 - end
- Type: VIZCore3D.NET.DataVertex3D
끝점 - offset (Optional)
- Type: SystemSingle
간격
Return Value
Type:
ListVertex3D간격 만큼 양옆으로 벌어진 끝점
See Also