Esempio n. 1
0
 public static extern SU_RESULT SUVector3DLinearCombination(ref SUVector3D[] vectors, ref double[] weights, ref long size, ref SUVector3D vector);
Esempio n. 2
0
 public static extern SU_RESULT SUDimensionLinearSetNormal(SUDimensionLinearRef dimension, ref SUVector3D normal);
Esempio n. 3
0
 public static extern SU_RESULT SUGeometryInputAddArcCurve(SUGeometryInputRef geom_input, size_t start_point, size_t end_point, ref SUPoint3D center, ref SUVector3D normal, size_t num_segments, ref size_t added_curve_index, ref size_t control_edge_index);
Esempio n. 4
0
 public static extern SU_RESULT SUArcCurveGetNormal(SUArcCurveRef arccurve, out SUVector3D normal);
Esempio n. 5
0
 public static extern SU_RESULT SULoopGetWinding(SULoopRef loop, ref SUVector3D vector3d, ref SULoopWinding orientation);
Esempio n. 6
0
 public static extern SU_RESULT SUCameraSetOrientation(SUCameraRef camera, ref SUPoint3D position, ref SUPoint3D target, ref SUVector3D up_vector);
Esempio n. 7
0
 public static extern SU_RESULT SUPlane3DSetWithPointAndNormal(ref SUPlane3D plane, ref SUPoint3D point, ref SUVector3D normal);
Esempio n. 8
0
 public static extern SU_RESULT SUAxesGetZAxis(SUAxesRef axes, ref SUVector3D axis);
Esempio n. 9
0
 public static extern SU_RESULT SUAxesSetAxesVecs(SUAxesRef axes, ref SUVector3D xaxis, ref SUVector3D yaxis, ref SUVector3D zaxis);
Esempio n. 10
0
 public static extern SU_RESULT SUVector3DIsPerpendicularTo(ref SUVector3D vector1, ref SUVector3D vector2, ref bool perpendicular);
Esempio n. 11
0
 public static extern SU_RESULT SUAxesCreateCustom(ref SUAxesRef axes, ref SUPoint3D origin, ref SUVector3D xaxis, ref SUVector3D yaxis, ref SUVector3D zaxis);
Esempio n. 12
0
 public static extern SU_RESULT SUVector3DIsParallelTo(ref SUVector3D vector1, ref SUVector3D vector2, ref bool parallel);
Esempio n. 13
0
 public static extern SU_RESULT SUVector3DIsValid(ref SUVector3D vector, ref bool valid);
Esempio n. 14
0
 public static extern SU_RESULT SUVector3DCreate(ref SUVector3D vector, ref SUPoint3D from, ref SUPoint3D to);
Esempio n. 15
0
 public static extern SU_RESULT SUGuideLineGetData(SUGuideLineRef guide_line, ref SUPoint3D start, ref SUVector3D direction, ref bool isinfinite);
Esempio n. 16
0
 public static extern SU_RESULT SUPoint3DOffset(ref SUPoint3D point1, ref SUVector3D vector, ref SUPoint3D point2);
Esempio n. 17
0
 public static extern SU_RESULT SUCameraGetDirection(SUCameraRef camera, ref SUVector3D direction);
Esempio n. 18
0
 public static extern SU_RESULT SUTransformationRotation(ref SUTransformation transform, ref SUPoint3D point, ref SUVector3D vector, double angle);
Esempio n. 19
0
 public static extern SU_RESULT SUPlane3DGetNormal(ref SUPlane3D plane, ref SUVector3D normal);
Esempio n. 20
0
 public static extern SU_RESULT SUTransformationGetZAxis(ref SUTransformation transform, ref SUVector3D z_axis);
Esempio n. 21
0
 public static extern SU_RESULT SUArcCurveGetYAxis(SUArcCurveRef arccurve, out SUVector3D axis);
Esempio n. 22
0
 public static extern SU_RESULT SUTransformationSetFromPointAndNormal(ref SUTransformation transform, ref SUPoint3D point, ref SUVector3D normal);
Esempio n. 23
0
 public static extern SU_RESULT SUArcCurveCreate(ref SUArcCurveRef arccurve, ref SUPoint3D center, ref SUPoint3D start_point, ref SUPoint3D end_point, ref SUVector3D normal, long num_edges);
Esempio n. 24
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);
Esempio n. 25
0
 public static extern SU_RESULT SUDimensionLinearSetXAxis(SUDimensionLinearRef dimension, ref SUVector3D axis);
Esempio n. 26
0
 public static extern SU_RESULT SUTransformationTranslation(ref SUTransformation transform, ref SUVector3D vector);
Esempio n. 27
0
 public static extern SU_RESULT SUTextSetLeaderVector(SUTextRef text, SUVector3D vector);
Esempio n. 28
0
 public static extern SU_RESULT SUFaceGetNormal(SUFaceRef face, ref SUVector3D normal);
Esempio n. 29
0
 public static extern SU_RESULT SUEdgeUseGetEndVertexNormal(SUEdgeUseRef edgeuse, ref SUVector3D normal);
Esempio n. 30
0
 public static extern SU_RESULT SUVector3DGetArbitraryAxes(ref SUVector3D z_axis, out SUVector3D x_axis, ref SUVector3D y_axis);