コード例 #1
0
ファイル: section_plane.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SUDrawingElementRef SUSectionPlaneToDrawingElement(SUSectionPlaneRef drawing_elem);
コード例 #2
0
ファイル: section_plane.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUSectionPlaneCreate(ref SUSectionPlaneRef sectionPlane);
コード例 #3
0
ファイル: section_plane.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUSectionPlaneSetSymbol(SUSectionPlaneRef sectionPlane, string symbol);
コード例 #4
0
ファイル: section_plane.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SUEntityRef SUSectionPlaneToEntity(SUSectionPlaneRef drawing_elem);
コード例 #5
0
ファイル: section_plane.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUSectionPlaneGetSymbol(SUSectionPlaneRef sectionPlane, ref SUStringRef symbol);
コード例 #6
0
ファイル: section_plane.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUSectionPlaneSetName(SUSectionPlaneRef sectionPlane, string name);
コード例 #7
0
ファイル: section_plane.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUSectionPlaneGetName(SUSectionPlaneRef sectionPlane, ref SUStringRef name);
コード例 #8
0
ファイル: section_plane.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUSectionPlaneIsActive(SUSectionPlaneRef sectionPlane, ref bool is_active);
コード例 #9
0
ファイル: section_plane.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUSectionPlaneGetPlane(SUSectionPlaneRef sectionPlane, ref SUPlane3D plane);