| 
            
              NanBsplineAddPole(Double, Double, Double) Method
             | 
          
        
        
            pole 리스트의 끝 부분에 정점을 추가한다.
            
        
        Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.40 (2.0.3.40)
Syntaxpublic int AddPole(
	double x,
	double y,
	double z
)
Parameters
- x  Double
 -  정점 X 위치 
 - y  Double
 -  정점 Y 위치 
 - z  Double
 -  정점 Z 위치 
 
Return Value
Int32 추가된 개체 index 
See Also