コード例 #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);