Click or drag to resize
XDL

NanBsplineGetPoleAt(Int32, Double, Double, Double) Method

pole 리스트의 지정한 인덱스에서 정점을 가져온다.

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public void GetPoleAt(
	int nIndex,
	ref double x,
	ref double y,
	ref double z
)

Parameters

nIndex  Int32
[In] index
x  Double
[Out[ 정점 x 좌표
y  Double
[Out[ 정점 y 좌표
z  Double
[Out[ 정점 z 좌표
See Also