|
XvcLineSetVertices Method
|
직선의 두 점을 설정한다.
Namespace: Pixoneer.NXDL.NVCAssembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntaxpublic void SetVertices(
XVertex3d vtStart,
XVertex3d vtEnd
)
Parameters
- vtStart XVertex3d
- [In] 직선의 시작점
- vtEnd XVertex3d
- [In] 직선의 끝점
See Also