public static extern SU_RESULT SUComponentDefinitionSetBehavior(SUComponentDefinitionRef comp_def, ref SUComponentBehavior behavior);
 public static extern SU_RESULT SUComponentDefinitionApplySchemaType(SUComponentDefinitionRef comp_def, SUSchemaRef schema_ref, SUSchemaTypeRef schema_type_ref);
 public static extern SU_RESULT SUComponentDefinitionSetAxes(SUComponentDefinitionRef comp_def, SUAxesRef axes);
 public static extern SUEntityRef SUComponentDefinitionToEntity(SUComponentDefinitionRef comp_def);
 public static extern SU_RESULT SUComponentDefinitionGetOpenings(SUComponentDefinitionRef comp_def, size_t len, SUOpeningRef[] openings, ref long count);
 public static extern SU_RESULT SUComponentDefinitionOrientFacesConsistently(SUComponentDefinitionRef comp_def);
 public static extern SU_RESULT SUComponentDefinitionGetEntities(SUComponentDefinitionRef comp_def, ref SUEntitiesRef entities);
 public static extern SU_RESULT SUComponentDefinitionGetLoadTime(SUComponentDefinitionRef comp_def, ref tm load_time);
 public static extern SU_RESULT SUComponentDefinitionSetName(SUComponentDefinitionRef comp_def, byte[] name);
 public static extern SU_RESULT SUComponentDefinitionGetGuid(SUComponentDefinitionRef comp_def, ref SUStringRef guid_ref);
 public static extern SU_RESULT SUComponentDefinitionGetName(SUComponentDefinitionRef comp_def, ref SUStringRef name);
 public static extern SU_RESULT SUComponentDefinitionRelease(ref SUComponentDefinitionRef comp_def);
 public static extern SUDrawingElementRef SUComponentDefinitionToDrawingElement(SUComponentDefinitionRef comp_def);
 public static extern SU_RESULT SUComponentDefinitionIsInternal(SUComponentDefinitionRef comp_def, ref bool is_internal);
 public static extern SU_RESULT SUComponentDefinitionGetDescription(SUComponentDefinitionRef comp_def, ref SUStringRef desc);
 public static extern SU_RESULT SUComponentDefinitionGetPath(SUComponentDefinitionRef comp_def, ref SUStringRef path);
 public static extern SU_RESULT SUComponentDefinitionSetDescription(SUComponentDefinitionRef comp_def, string desc);
 public static extern SU_RESULT SUComponentDefinitionGetNumOpenings(SUComponentDefinitionRef comp_def, ref long count);
 public static extern SU_RESULT SUComponentDefinitionCreateInstance(SUComponentDefinitionRef comp_def, out SUComponentInstanceRef instance);
 public static extern SU_RESULT SUComponentDefinitionGetType(SUComponentDefinitionRef comp_def, ref SUComponentType type);
 public static extern SU_RESULT SUComponentDefinitionGetNumInstances(SUComponentDefinitionRef comp_def, out long count);
 public static extern SU_RESULT SUComponentDefinitionSetInsertPoint(SUComponentDefinitionRef comp_def, ref SUPoint3D point);
 public static extern SU_RESULT SUComponentDefinitionGetInstances(SUComponentDefinitionRef comp_def, long len, ref SUComponentInstanceRef[] instances, ref size_t count);
Exemple #24
0
 public static extern SU_RESULT SUComponentInstanceGetDefinition(SUComponentInstanceRef instance, ref SUComponentDefinitionRef component);
Exemple #25
0
 public static extern SU_RESULT SUGroupGetDefinition(SUGroupRef group, ref SUComponentDefinitionRef component);