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