Click or drag to resize
XDL

XvcLineGetVertices Method

직선의 두 점을 가져온다.

Namespace: Pixoneer.NXDL.NVC
Assembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntax
C#
public void GetVertices(
	ref XVertex3d vtStart,
	ref XVertex3d vtEnd
)

Parameters

vtStart  XVertex3d
[Out] 직선의 시작점
vtEnd  XVertex3d
[Out] 직선의 끝점
See Also