| 
            
              NanBsplineGetPoleAt(Int32, Double, Double, Double) Method
             | 
          
        
        
            pole 리스트의 지정한 인덱스에서 정점을 가져온다.
            
        
        Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.40 (2.0.3.40)
Syntaxpublic 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