Click or drag to resize
XDL

NanBaseGetCenter Method

중심 위치를 가져온다.

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public void GetCenter(
	ref double cx,
	ref double cy,
	ref double cz
)

Parameters

cx  Double
[Out] 중심 위치 X
cy  Double
[Out] 중심 위치 Y
cz  Double
[Out] 중심 위치 Z
See Also