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