예제 #1
0
 public static extern SUDrawingElementRef SUSectionPlaneToDrawingElement(SUSectionPlaneRef drawing_elem);
예제 #2
0
 public static extern SU_RESULT SUSectionPlaneCreate(ref SUSectionPlaneRef sectionPlane);
예제 #3
0
 public static extern SU_RESULT SUSectionPlaneSetSymbol(SUSectionPlaneRef sectionPlane, string symbol);
예제 #4
0
 public static extern SUEntityRef SUSectionPlaneToEntity(SUSectionPlaneRef drawing_elem);
예제 #5
0
 public static extern SU_RESULT SUSectionPlaneGetSymbol(SUSectionPlaneRef sectionPlane, ref SUStringRef symbol);
예제 #6
0
 public static extern SU_RESULT SUSectionPlaneSetName(SUSectionPlaneRef sectionPlane, string name);
예제 #7
0
 public static extern SU_RESULT SUSectionPlaneGetName(SUSectionPlaneRef sectionPlane, ref SUStringRef name);
예제 #8
0
 public static extern SU_RESULT SUSectionPlaneIsActive(SUSectionPlaneRef sectionPlane, ref bool is_active);
예제 #9
0
 public static extern SU_RESULT SUSectionPlaneGetPlane(SUSectionPlaneRef sectionPlane, ref SUPlane3D plane);