コード例 #1
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathRelease(ref SUInstancePathRef instance_path);
コード例 #2
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathPushInstance(SUInstancePathRef instance_path, SUComponentInstanceRef component_instance);
コード例 #3
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathGetFullDepth(SUInstancePathRef instance_path, ref size_t full_depth);
コード例 #4
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathCreateCopy(ref SUInstancePathRef instance_path, SUInstancePathRef source_path);
コード例 #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);
コード例 #6
0
ファイル: text.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUTextGetPoint(SUTextRef text, ref SUPoint3D point, ref SUInstancePathRef path);
コード例 #7
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathIsValid(SUInstancePathRef instance_path, ref bool valid);
コード例 #8
0
 public static extern SU_RESULT SUDimensionRadialCreate(ref SUDimensionRadialRef dimension, SUInstancePathRef path);
コード例 #9
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathGetLeafAsEntity(SUInstancePathRef instance_path, ref SUEntityRef entity);
コード例 #10
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathGetLeaf(SUInstancePathRef instance_path, ref SUDrawingElementRef drawing_element);
コード例 #11
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathGetInstanceAtDepth(SUInstancePathRef instance_path, size_t depth, ref SUComponentInstanceRef instance);
コード例 #12
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathGetTransformAtDepth(SUInstancePathRef instance_path, size_t depth, ref SUTransformation transform);
コード例 #13
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathGetTransform(SUInstancePathRef instance_path, ref SUTransformation transform);
コード例 #14
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathPopInstance(SUInstancePathRef instance_path);
コード例 #15
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathIsEmpty(SUInstancePathRef instance_path, ref bool empty);
コード例 #16
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathSetLeaf(SUInstancePathRef instance_path, SUEntityRef entity);
コード例 #17
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathIsEmpty(SUInstancePathRef instance_path, SUEntityRef entity, ref bool contains);
コード例 #18
0
 public static extern SU_RESULT SUDimensionRadialGetCurveInstancePath(SUDimensionRadialRef dimension, ref SUInstancePathRef path);
コード例 #19
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathIsEmpty(SUInstancePathRef instance_path, ref SUStringRef pid);
コード例 #20
0
 public static extern SU_RESULT SUDimensionLinearSetEndPoint(SUDimensionLinearRef dimension, ref SUPoint3D point, SUInstancePathRef path);
コード例 #21
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathGetPersistentIDAtDepth(SUInstancePathRef instance_path, size_t depth, ref SUStringRef pid);
コード例 #22
0
ファイル: text.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUTextSetPoint(SUTextRef text, ref SUPoint3D point, SUInstancePathRef arrow_type);
コード例 #23
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathGetPathDepth(SUInstancePathRef instance_path, ref size_t depth);