Beispiel #1
0
 public static extern SU_RESULT SUInstancePathRelease(ref SUInstancePathRef instance_path);
Beispiel #2
0
 public static extern SU_RESULT SUInstancePathPushInstance(SUInstancePathRef instance_path, SUComponentInstanceRef component_instance);
Beispiel #3
0
 public static extern SU_RESULT SUInstancePathGetFullDepth(SUInstancePathRef instance_path, ref size_t full_depth);
Beispiel #4
0
 public static extern SU_RESULT SUInstancePathCreateCopy(ref SUInstancePathRef instance_path, SUInstancePathRef source_path);
Beispiel #5
0
 public static extern SU_RESULT SUDimensionLinearCreate(ref SUDimensionLinearRef dimension, ref SUPoint3D start_point, SUInstancePathRef start_path, ref SUPoint3D end_point, SUInstancePathRef end_path, double offset);
Beispiel #6
0
 public static extern SU_RESULT SUTextGetPoint(SUTextRef text, ref SUPoint3D point, ref SUInstancePathRef path);
Beispiel #7
0
 public static extern SU_RESULT SUInstancePathIsValid(SUInstancePathRef instance_path, ref bool valid);
Beispiel #8
0
 public static extern SU_RESULT SUDimensionRadialCreate(ref SUDimensionRadialRef dimension, SUInstancePathRef path);
Beispiel #9
0
 public static extern SU_RESULT SUInstancePathGetLeafAsEntity(SUInstancePathRef instance_path, ref SUEntityRef entity);
Beispiel #10
0
 public static extern SU_RESULT SUInstancePathGetLeaf(SUInstancePathRef instance_path, ref SUDrawingElementRef drawing_element);
Beispiel #11
0
 public static extern SU_RESULT SUInstancePathGetInstanceAtDepth(SUInstancePathRef instance_path, size_t depth, ref SUComponentInstanceRef instance);
Beispiel #12
0
 public static extern SU_RESULT SUInstancePathGetTransformAtDepth(SUInstancePathRef instance_path, size_t depth, ref SUTransformation transform);
Beispiel #13
0
 public static extern SU_RESULT SUInstancePathGetTransform(SUInstancePathRef instance_path, ref SUTransformation transform);
Beispiel #14
0
 public static extern SU_RESULT SUInstancePathPopInstance(SUInstancePathRef instance_path);
Beispiel #15
0
 public static extern SU_RESULT SUInstancePathIsEmpty(SUInstancePathRef instance_path, ref bool empty);
Beispiel #16
0
 public static extern SU_RESULT SUInstancePathSetLeaf(SUInstancePathRef instance_path, SUEntityRef entity);
Beispiel #17
0
 public static extern SU_RESULT SUInstancePathIsEmpty(SUInstancePathRef instance_path, SUEntityRef entity, ref bool contains);
Beispiel #18
0
 public static extern SU_RESULT SUDimensionRadialGetCurveInstancePath(SUDimensionRadialRef dimension, ref SUInstancePathRef path);
Beispiel #19
0
 public static extern SU_RESULT SUInstancePathIsEmpty(SUInstancePathRef instance_path, ref SUStringRef pid);
Beispiel #20
0
 public static extern SU_RESULT SUDimensionLinearSetEndPoint(SUDimensionLinearRef dimension, ref SUPoint3D point, SUInstancePathRef path);
Beispiel #21
0
 public static extern SU_RESULT SUInstancePathGetPersistentIDAtDepth(SUInstancePathRef instance_path, size_t depth, ref SUStringRef pid);
Beispiel #22
0
 public static extern SU_RESULT SUTextSetPoint(SUTextRef text, ref SUPoint3D point, SUInstancePathRef arrow_type);
Beispiel #23
0
 public static extern SU_RESULT SUInstancePathGetPathDepth(SUInstancePathRef instance_path, ref size_t depth);