コード例 #1
0
ファイル: entities.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUEntitiesGetBoundingBoxLLA(SUEntitiesRef entities, ref SUBoundingBox3D bbox);
コード例 #2
0
ファイル: bounding_box.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUBoundingBox3DGetMidPoint(ref SUBoundingBox3D bounding_box, ref SUPoint3D mid_point);
コード例 #3
0
 public static extern SU_RESULT SUDrawingElementGetBoundingBox(SUDrawingElementRef elem, ref SUBoundingBox3D bbox);