Click or drag to resize
XDL

XVertex3d Constructor (Double, Double, Double)

XVertex3d 객체를 생성하는 생성자이며 x, y, z값을 입력되는 xVal, yVal, zVal값으로 초기화 한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public XVertex3d(
	double xVal,
	double yVal,
	double zVal
)

Parameters

xVal
Type: SystemDouble

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

yVal
Type: SystemDouble

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

zVal
Type: SystemDouble

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

See Also