Click or drag to resize
XDL

XVertex3d(Double, Double, Double) Constructor

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

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

Parameters

xVal  Double
x값
yVal  Double
y값
zVal  Double
z값
See Also