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