コード例 #1
0
ファイル: section_plane.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SUSectionPlaneRef SUSectionPlaneFromDrawingElement(SUDrawingElementRef entity);
コード例 #2
0
 public static extern SUDimensionRef SUDimensionFromDrawingElement(SUDrawingElementRef element);
コード例 #3
0
 public static extern SU_RESULT SUDrawingElementGetMaterial(SUDrawingElementRef elem, ref SUMaterialRef material);
コード例 #4
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathGetLeaf(SUInstancePathRef instance_path, ref SUDrawingElementRef drawing_element);
コード例 #5
0
 public static extern SUComponentDefinitionRef SUComponentDefinitionFromDrawingElement(SUDrawingElementRef drawing_elem);
コード例 #6
0
 public static extern SU_RESULT SUDrawingElementGetBoundingBox(SUDrawingElementRef elem, ref SUBoundingBox3D bbox);
コード例 #7
0
 public static extern SU_RESULT SUDrawingElementSetReceivesShadows(SUDrawingElementRef elem, bool receives_shadows_flag);
コード例 #8
0
ファイル: text.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SUTextRef SUTextFromDrawingElement(SUDrawingElementRef entity);
コード例 #9
0
 public static extern SU_RESULT SUDrawingElementSetHidden(SUDrawingElementRef elem, bool hide_flag);
コード例 #10
0
 public static extern SU_RESULT SUDrawingElementSetCastsShadows(SUDrawingElementRef elem, bool casts_shadows_flag);
コード例 #11
0
 public static extern SU_RESULT SUDrawingElementSetLayer(SUDrawingElementRef elem, SULayerRef layer);
コード例 #12
0
 public static extern SUComponentInstanceRef SUComponentInstanceFromDrawingElement(SUDrawingElementRef drawing_elem);
コード例 #13
0
ファイル: axes.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SUAxesRef SUAxesFromDrawingElement(SUDrawingElementRef drawing_elem);
コード例 #14
0
 public static extern SUPolyline3dRef SUPolyline3dFromDrawingElement(SUDrawingElementRef entity);
コード例 #15
0
 public static extern SUEntityRef SUDrawingElementToEntity(SUDrawingElementRef elem);
コード例 #16
0
ファイル: face.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SUFaceRef SUFaceFromDrawingElement(SUDrawingElementRef entity);
コード例 #17
0
 public static extern SURefType SUDrawingElementGetType(SUDrawingElementRef elem);
コード例 #18
0
ファイル: image.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SUImageRef SUImageFromDrawingElement(SUDrawingElementRef drawing_elem);
コード例 #19
0
 public static extern SUGroupRef SUGroupFromDrawingElement(SUDrawingElementRef drawing_elem);