コード例 #1
0
 public static extern SU_RESULT SUPlane3DSetWithCoefficients(ref SUPlane3D plane, double a, double b, double c, double d);
コード例 #2
0
 public static extern SU_RESULT SUPlane3DGetPosition(ref SUPlane3D plane, ref SUPoint3D position);
コード例 #3
0
 public static extern SU_RESULT SUPlane3DSetWithPoints(ref SUPlane3D plane, ref SUPoint3D point1, ref SUPoint3D point2, ref SUPoint3D point3);
コード例 #4
0
 public static extern SU_RESULT SUPlane3DSetWithPointAndNormal(ref SUPlane3D plane, ref SUPoint3D point, ref SUVector3D normal);
コード例 #5
0
 public static extern SU_RESULT SUPlane3DProjectTo(ref SUPlane3D plane, ref SUPoint3D point, ref SUPoint3D projected_point);
コード例 #6
0
 public static extern SU_RESULT SUPlane3DTransform(ref SUTransformation transform, ref SUPlane3D plane);
コード例 #7
0
 public static extern SU_RESULT SUPlane3DIsOn(ref SUPlane3D plane, ref SUPoint3D point, ref bool is_on);
コード例 #8
0
 public static extern SU_RESULT SUPlane3DDistanceTo(ref SUPlane3D plane, ref SUPoint3D point, ref double distance);
コード例 #9
0
 public static extern SU_RESULT SUPlane3DGetNormal(ref SUPlane3D plane, ref SUVector3D normal);
コード例 #10
0
ファイル: face.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUFaceGetPlane(SUFaceRef face, ref SUPlane3D plane);
コード例 #11
0
 public static extern SU_RESULT SUDimensionGetPlane(SUDimensionRef dimension, ref SUPlane3D plane);
コード例 #12
0
ファイル: section_plane.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUSectionPlaneGetPlane(SUSectionPlaneRef sectionPlane, ref SUPlane3D plane);
コード例 #13
0
ファイル: axes.cs プロジェクト: penguin-ku/uniskpnet
 public static extern SU_RESULT SUAxesGetPlane(SUAxesRef axes, ref SUPlane3D plane);