コード例 #1
0
 public static extern SU_RESULT SUTransformationGetInverse(ref SUTransformation transform, ref SUTransformation inverse);
コード例 #2
0
 public static extern SU_RESULT SUPlane3DTransform(ref SUTransformation transform, ref SUPlane3D plane);
コード例 #3
0
 public static extern SU_RESULT SUEdgeGetLengthWithTransform(SUEdgeRef edge, ref SUTransformation transform, ref double length);
コード例 #4
0
 public static extern SU_RESULT SUTransformationSetFromPointAndAxes(ref SUTransformation transform, ref SUPoint3D point, ref SUVector3D x_axis, ref SUVector3D y_axis, ref SUVector3D z_axis);
コード例 #5
0
ファイル: face.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUFaceGetAreaWithTransform(SUFaceRef face, ref SUTransformation transform, ref double area);
コード例 #6
0
 public static extern SU_RESULT SUTransformationGetZRotation(ref SUTransformation transform, ref double z_rotation);
コード例 #7
0
 public static extern SU_RESULT SUTransformationIsMirrored(ref SUTransformation transform, ref bool is_mirrored);
コード例 #8
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathGetTransformAtDepth(SUInstancePathRef instance_path, size_t depth, ref SUTransformation transform);
コード例 #9
0
 public static extern SU_RESULT SUTransformationScale(ref SUTransformation transform, double scale);
コード例 #10
0
 public static extern SU_RESULT SUComponentInstanceComputeVolume(SUComponentInstanceRef instance, ref SUTransformation transform, out double volume);
コード例 #11
0
ファイル: instancepath.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUInstancePathGetTransform(SUInstancePathRef instance_path, ref SUTransformation transform);
コード例 #12
0
 public static extern SU_RESULT SUComponentInstanceGetTransform(SUComponentInstanceRef instance, ref SUTransformation transform);
コード例 #13
0
ファイル: point3d.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUPoint3DTransform(ref SUTransformation transform, ref SUPoint3D point);
コード例 #14
0
ファイル: axes.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUAxesGetTransform(SUAxesRef axes, ref SUTransformation transform);
コード例 #15
0
 public static extern SU_RESULT SUTransformationGetOrigin(ref SUTransformation transform, ref SUPoint3D origin);
コード例 #16
0
 public static extern SU_RESULT SUTransformationNonUniformScale(ref SUTransformation transform, double x_scale, double y_scale, double z_scale);
コード例 #17
0
 public static extern SU_RESULT SUTransformationGetZAxis(ref SUTransformation transform, ref SUVector3D z_axis);
コード例 #18
0
 public static extern SU_RESULT SUTransformationScaleAboutPoint(ref SUTransformation transform, ref SUPoint3D point, double scale);
コード例 #19
0
 public static extern SU_RESULT SUTransformationMultiply(ref SUTransformation transform1, ref SUTransformation transform2, ref SUTransformation out_transform);
コード例 #20
0
 public static extern SU_RESULT SUTransformationNonUniformScaleAboutPoint(ref SUTransformation transform, ref SUPoint3D point, double x_scale, double y_scale, double z_scale);
コード例 #21
0
 public static extern SU_RESULT SUTransformationSetFromPointAndNormal(ref SUTransformation transform, ref SUPoint3D point, ref SUVector3D normal);
コード例 #22
0
 public static extern SU_RESULT SUTransformationRotation(ref SUTransformation transform, ref SUPoint3D point, ref SUVector3D vector, double angle);
コード例 #23
0
 public static extern SU_RESULT SUTransformationTranslation(ref SUTransformation transform, ref SUVector3D vector);
コード例 #24
0
 public static extern SU_RESULT SUTransformationInterpolate(ref SUTransformation transform, ref SUTransformation t1, ref SUTransformation t2, double weight);
コード例 #25
0
ファイル: camera.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUCameraGetViewTransformation(SUCameraRef camera, ref SUTransformation transformation);
コード例 #26
0
 public static extern SU_RESULT SUTransformationIsIdentity(ref SUTransformation transform, ref bool is_identity);
コード例 #27
0
ファイル: image.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUImageSetTransform(SUImageRef image, ref SUTransformation transform);
コード例 #28
0
 public static extern SU_RESULT SUGroupGetTransform(SUGroupRef group, ref SUTransformation transform);