|
XvcPolygonAdd(XVertex3d) Method
|
점 노드 배열의 마지막에 정점 객체를 추가한다.
Namespace: Pixoneer.NXDL.NVCAssembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntaxpublic int Add(
XVertex3d vt
)
Parameters
- vt XVertex3d
- 점 노드 배열 마지막에 추가할 정점.
Return Value
Int32 노드 점의 개수.
See Also