Ejemplo n.º 1
0
 public static extern SU_RESULT SUEntitiesGetEdges(SUEntitiesRef entities, bool standalone_only, size_t len, SUEdgeRef[] edges, ref size_t count);
Ejemplo n.º 2
0
 public static extern SU_RESULT SUEntitiesIsRecursivelyEmpty(SUEntitiesRef entities, ref bool is_empty);
Ejemplo n.º 3
0
 public static extern SU_RESULT SUEntitiesEntityListFill(SUEntitiesRef entities, SURefType type, SUEntityListRef list);
Ejemplo n.º 4
0
 public static extern SU_RESULT SUEntitiesGetNumDimensions(SUEntitiesRef entities, ref size_t count);
Ejemplo n.º 5
0
 public static extern SU_RESULT SUEntitiesTransformMultiple(SUEntitiesRef entities, size_t len, SUEntityRef[] elements, SUTransformation[] tranforms);
Ejemplo n.º 6
0
 public static extern SU_RESULT SUEntitiesFill(SUEntitiesRef entities, SUGeometryInputRef geom_input, bool weld_vertices);
Ejemplo n.º 7
0
 public static extern SU_RESULT SUEntitiesGetSectionPlanes(SUEntitiesRef entities, size_t len, SUComponentInstanceRef[] section_planes, ref size_t count);
Ejemplo n.º 8
0
 public static extern SU_RESULT SUEntitiesAddArcCurves(SUEntitiesRef entities, size_t len, ref SUArcCurveRef[] curves);
Ejemplo n.º 9
0
 public static extern SU_RESULT SUEntitiesAddGuidePoints(SUEntitiesRef entities, size_t len, ref SUGuidePointRef[] guide_points);
Ejemplo n.º 10
0
 public static extern SU_RESULT SUEntitiesAddEdges(SUEntitiesRef entities, size_t len, ref SUEdgeRef[] edges);
Ejemplo n.º 11
0
 public static extern SU_RESULT SUEntitiesClear(SUEntitiesRef entities);
Ejemplo n.º 12
0
 public static extern SU_RESULT SUEntitiesAddFaces(SUEntitiesRef entities, size_t len, ref SUFaceRef[] faces);
Ejemplo n.º 13
0
 public static extern SU_RESULT SUEntitiesGetPolyline3ds(SUEntitiesRef entities, size_t len, SUPolyline3dRef[] lines, ref size_t count);
Ejemplo n.º 14
0
 public static extern SU_RESULT SUEntitiesGetNumPolyline3ds(SUEntitiesRef entities, ref size_t count);
Ejemplo n.º 15
0
 public static extern SU_RESULT SUEntitiesGetImages(SUEntitiesRef entities, size_t len, SUImageRef[] images, ref size_t count);
Ejemplo n.º 16
0
 public static extern SU_RESULT SUEntitiesAddGuideLines(SUEntitiesRef entities, size_t len, ref SUGuideLineRef[] guide_lines);
Ejemplo n.º 17
0
 public static extern SU_RESULT SUEntitiesGetNumInstances(SUEntitiesRef entities, ref size_t count);
Ejemplo n.º 18
0
 public static extern SU_RESULT SUEntitiesAddGroup(SUEntitiesRef entities, SUGroupRef group);
Ejemplo n.º 19
0
 public static extern SU_RESULT SUEntitiesGetNumSectionPlanes(SUEntitiesRef entities, ref size_t count);
Ejemplo n.º 20
0
 public static extern SU_RESULT SUEntitiesAddImage(SUEntitiesRef entities, SUImageRef image);
Ejemplo n.º 21
0
 public static extern SU_RESULT SUEntitiesGetTexts(SUEntitiesRef entities, size_t len, SUComponentInstanceRef[] texts, ref size_t count);
Ejemplo n.º 22
0
 public static extern SU_RESULT SUEntitiesAddInstance(SUEntitiesRef entities, SUComponentInstanceRef instance, ref SUStringRef name);
Ejemplo n.º 23
0
 public static extern SU_RESULT SUEntitiesGetDimensions(SUEntitiesRef entities, size_t len, SUDimensionRef[] dimensions, ref size_t count);
Ejemplo n.º 24
0
 public static extern SU_RESULT SUEntitiesAddSectionPlanes(SUEntitiesRef entities, size_t len, ref SUSectionPlaneRef[] section_planes);
Ejemplo n.º 25
0
 public static extern SU_RESULT SUEntitiesErase(SUEntitiesRef entities, size_t len, SUEntityRef[] elements);
Ejemplo n.º 26
0
 public static extern SU_RESULT SUEntitiesAddTexts(SUEntitiesRef entities, size_t len, ref SUTextRef[] texts);
Ejemplo n.º 27
0
 public static extern SU_RESULT SUEntitiesHasSectionCuts(SUEntitiesRef entities, ref bool has_section_cuts);
Ejemplo n.º 28
0
 public static extern SU_RESULT SUEntitiesGetGroups(SUEntitiesRef entities, size_t len, SUGroupRef[] groups, ref size_t count);
Ejemplo n.º 29
0
 public static extern SU_RESULT SUEntitiesGetBoundingBoxLLA(SUEntitiesRef entities, ref SUBoundingBox3D bbox);
Ejemplo n.º 30
0
 public static extern SU_RESULT SUEntitiesGetNumEdges(SUEntitiesRef entities, bool standalone_only, ref size_t count);