Beispiel #1
0
 public static extern SUSectionPlaneRef SUSectionPlaneFromDrawingElement(SUDrawingElementRef entity);
Beispiel #2
0
 public static extern SUDimensionRef SUDimensionFromDrawingElement(SUDrawingElementRef element);
 public static extern SU_RESULT SUDrawingElementGetMaterial(SUDrawingElementRef elem, ref SUMaterialRef material);
Beispiel #4
0
 public static extern SU_RESULT SUInstancePathGetLeaf(SUInstancePathRef instance_path, ref SUDrawingElementRef drawing_element);
 public static extern SUComponentDefinitionRef SUComponentDefinitionFromDrawingElement(SUDrawingElementRef drawing_elem);
 public static extern SU_RESULT SUDrawingElementGetBoundingBox(SUDrawingElementRef elem, ref SUBoundingBox3D bbox);
 public static extern SU_RESULT SUDrawingElementSetReceivesShadows(SUDrawingElementRef elem, bool receives_shadows_flag);
Beispiel #8
0
 public static extern SUTextRef SUTextFromDrawingElement(SUDrawingElementRef entity);
 public static extern SU_RESULT SUDrawingElementSetHidden(SUDrawingElementRef elem, bool hide_flag);
Beispiel #10
0
 public static extern SU_RESULT SUDrawingElementSetCastsShadows(SUDrawingElementRef elem, bool casts_shadows_flag);
Beispiel #11
0
 public static extern SU_RESULT SUDrawingElementSetLayer(SUDrawingElementRef elem, SULayerRef layer);
Beispiel #12
0
 public static extern SUComponentInstanceRef SUComponentInstanceFromDrawingElement(SUDrawingElementRef drawing_elem);
Beispiel #13
0
 public static extern SUAxesRef SUAxesFromDrawingElement(SUDrawingElementRef drawing_elem);
Beispiel #14
0
 public static extern SUPolyline3dRef SUPolyline3dFromDrawingElement(SUDrawingElementRef entity);
Beispiel #15
0
 public static extern SUEntityRef SUDrawingElementToEntity(SUDrawingElementRef elem);
Beispiel #16
0
 public static extern SUFaceRef SUFaceFromDrawingElement(SUDrawingElementRef entity);
Beispiel #17
0
 public static extern SURefType SUDrawingElementGetType(SUDrawingElementRef elem);
Beispiel #18
0
 public static extern SUImageRef SUImageFromDrawingElement(SUDrawingElementRef drawing_elem);
Beispiel #19
0
 public static extern SUGroupRef SUGroupFromDrawingElement(SUDrawingElementRef drawing_elem);