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