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