Ejemplo n.º 1
0
 public static extern SU_RESULT SUComponentInstanceGetNumAttachedToDrawingElements(SUComponentInstanceRef instance, ref size_t count);
Ejemplo n.º 2
0
 public static extern SU_RESULT SUComponentInstanceGetNumAttachedInstances(SUComponentInstanceRef instance, ref size_t count);
Ejemplo n.º 3
0
 public static extern SU_RESULT SUComponentInstanceGetAttachedInstances(SUComponentInstanceRef instance, long len, ref SUComponentInstanceRef[] instances, ref size_t count);
Ejemplo n.º 4
0
 public static extern SU_RESULT SUInstancePathPushInstance(SUInstancePathRef instance_path, SUComponentInstanceRef component_instance);
Ejemplo n.º 5
0
 public static extern SU_RESULT SUComponentDefinitionCreateInstance(SUComponentDefinitionRef comp_def, out SUComponentInstanceRef instance);
Ejemplo n.º 6
0
 public static extern SUDrawingElementRef SUComponentInstanceToDrawingElement(SUComponentInstanceRef instance);
Ejemplo n.º 7
0
 public static extern SU_RESULT SUComponentInstanceRelease(ref SUComponentInstanceRef instance);
Ejemplo n.º 8
0
 public static extern SU_RESULT SUComponentInstanceSetLocked(SUComponentInstanceRef instance, bool is_lock);
Ejemplo n.º 9
0
 public static extern SU_RESULT SUComponentInstanceIsLocked(SUComponentInstanceRef instance, ref bool is_locked);
Ejemplo n.º 10
0
 public static extern SU_RESULT SUComponentInstanceGetTransform(SUComponentInstanceRef instance, ref SUTransformation transform);
Ejemplo n.º 11
0
 public static extern SU_RESULT SUComponentInstanceGetDefinition(SUComponentInstanceRef instance, ref SUComponentDefinitionRef component);
Ejemplo n.º 12
0
 public static extern SU_RESULT SUComponentInstanceGetGuid(SUComponentInstanceRef instance, ref SUStringRef guid);
Ejemplo n.º 13
0
 public static extern SU_RESULT SUComponentInstanceSetGuid(SUComponentInstanceRef instance, string guid);
Ejemplo n.º 14
0
 public static extern SU_RESULT SUComponentInstanceGetName(SUComponentInstanceRef instance, ref SUStringRef name);
Ejemplo n.º 15
0
 public static extern SU_RESULT SUComponentInstanceGetAttachedToDrawingElements(SUComponentInstanceRef instance, long len, ref SUDrawingElementRef[] elements, ref size_t count);
Ejemplo n.º 16
0
 public static extern SU_RESULT SUComponentInstanceSaveAs(SUComponentInstanceRef instance, string file_path);
Ejemplo n.º 17
0
 public static extern SUEntityRef SUComponentInstanceToEntity(SUComponentInstanceRef instance);
Ejemplo n.º 18
0
 public static extern SU_RESULT SUComponentInstanceComputeVolume(SUComponentInstanceRef instance, ref SUTransformation transform, out double volume);
Ejemplo n.º 19
0
 public static extern SU_RESULT SUComponentInstanceSetName(SUComponentInstanceRef instance, string name);
Ejemplo n.º 20
0
 public static extern SU_RESULT SUComponentInstanceCreateDCInfo(SUComponentInstanceRef instance, ref SUDynamicComponentInfoRef dc_info);
Ejemplo n.º 21
0
 public static extern SU_RESULT SUInstancePathGetInstanceAtDepth(SUInstancePathRef instance_path, size_t depth, ref SUComponentInstanceRef instance);
Ejemplo n.º 22
0
 public static extern SU_RESULT SUComponentInstanceCreateClassificationInfo(SUComponentInstanceRef instance, ref SUClassificationInfoRef classification_info);
Ejemplo n.º 23
0
 public static extern SU_RESULT SUEntitiesAddInstance(SUEntitiesRef entities, SUComponentInstanceRef instance, ref SUStringRef name);
Ejemplo n.º 24
0
 public static extern SUGroupRef SUGroupFromComponentInstance(SUComponentInstanceRef component_inst);