예제 #1
0
 public static extern SU_RESULT SUComponentDefinitionSetBehavior(SUComponentDefinitionRef comp_def, ref SUComponentBehavior behavior);
예제 #2
0
 public static extern SU_RESULT SUComponentDefinitionApplySchemaType(SUComponentDefinitionRef comp_def, SUSchemaRef schema_ref, SUSchemaTypeRef schema_type_ref);
예제 #3
0
 public static extern SU_RESULT SUComponentDefinitionSetAxes(SUComponentDefinitionRef comp_def, SUAxesRef axes);
예제 #4
0
 public static extern SUEntityRef SUComponentDefinitionToEntity(SUComponentDefinitionRef comp_def);
예제 #5
0
 public static extern SU_RESULT SUComponentDefinitionGetOpenings(SUComponentDefinitionRef comp_def, size_t len, SUOpeningRef[] openings, ref long count);
예제 #6
0
 public static extern SU_RESULT SUComponentDefinitionOrientFacesConsistently(SUComponentDefinitionRef comp_def);
예제 #7
0
 public static extern SU_RESULT SUComponentDefinitionGetEntities(SUComponentDefinitionRef comp_def, ref SUEntitiesRef entities);
예제 #8
0
 public static extern SU_RESULT SUComponentDefinitionGetLoadTime(SUComponentDefinitionRef comp_def, ref tm load_time);
예제 #9
0
 public static extern SU_RESULT SUComponentDefinitionSetName(SUComponentDefinitionRef comp_def, byte[] name);
예제 #10
0
 public static extern SU_RESULT SUComponentDefinitionGetGuid(SUComponentDefinitionRef comp_def, ref SUStringRef guid_ref);
예제 #11
0
 public static extern SU_RESULT SUComponentDefinitionGetName(SUComponentDefinitionRef comp_def, ref SUStringRef name);
예제 #12
0
 public static extern SU_RESULT SUComponentDefinitionRelease(ref SUComponentDefinitionRef comp_def);
예제 #13
0
 public static extern SUDrawingElementRef SUComponentDefinitionToDrawingElement(SUComponentDefinitionRef comp_def);
예제 #14
0
 public static extern SU_RESULT SUComponentDefinitionIsInternal(SUComponentDefinitionRef comp_def, ref bool is_internal);
예제 #15
0
 public static extern SU_RESULT SUComponentDefinitionGetDescription(SUComponentDefinitionRef comp_def, ref SUStringRef desc);
예제 #16
0
 public static extern SU_RESULT SUComponentDefinitionGetPath(SUComponentDefinitionRef comp_def, ref SUStringRef path);
예제 #17
0
 public static extern SU_RESULT SUComponentDefinitionSetDescription(SUComponentDefinitionRef comp_def, string desc);
예제 #18
0
 public static extern SU_RESULT SUComponentDefinitionGetNumOpenings(SUComponentDefinitionRef comp_def, ref long count);
예제 #19
0
 public static extern SU_RESULT SUComponentDefinitionCreateInstance(SUComponentDefinitionRef comp_def, out SUComponentInstanceRef instance);
예제 #20
0
 public static extern SU_RESULT SUComponentDefinitionGetType(SUComponentDefinitionRef comp_def, ref SUComponentType type);
예제 #21
0
 public static extern SU_RESULT SUComponentDefinitionGetNumInstances(SUComponentDefinitionRef comp_def, out long count);
예제 #22
0
 public static extern SU_RESULT SUComponentDefinitionSetInsertPoint(SUComponentDefinitionRef comp_def, ref SUPoint3D point);
예제 #23
0
 public static extern SU_RESULT SUComponentDefinitionGetInstances(SUComponentDefinitionRef comp_def, long len, ref SUComponentInstanceRef[] instances, ref size_t count);
예제 #24
0
 public static extern SU_RESULT SUComponentInstanceGetDefinition(SUComponentInstanceRef instance, ref SUComponentDefinitionRef component);
예제 #25
0
 public static extern SU_RESULT SUGroupGetDefinition(SUGroupRef group, ref SUComponentDefinitionRef component);