|
XvcLineGetVertices Method
|
직선의 두 점을 가져온다.
Namespace: Pixoneer.NXDL.NVCAssembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntaxpublic void GetVertices(
ref XVertex3d vtStart,
ref XVertex3d vtEnd
)
Parameters
- vtStart XVertex3d
- [Out] 직선의 시작점
- vtEnd XVertex3d
- [Out] 직선의 끝점
See Also