Click or drag to resize
XDL

XVertex4d Constructor (Double, Double, Double, Double)

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

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

Parameters

xVal
Type: SystemDouble

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

yVal
Type: SystemDouble

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

zVal
Type: SystemDouble

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

wVal
Type: SystemDouble

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

See Also