Click or drag to resize
XDL

XVertex3d Constructor (XVertex3d)

XVertex3d객체를 생성하는 생성자이며, 입력되는 XVertex3d값의 x, y, z값과 동일하게 복사하여 초기화 한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public XVertex3d(
	XVertex3d val
)

Parameters

val
Type: Pixoneer.NXDLXVertex3d

[Missing <param name="val"/> documentation for "M:Pixoneer.NXDL.XVertex3d.#ctor(Pixoneer.NXDL.XVertex3d)"]

See Also