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