Exemplo n.º 1
0
 public static extern SU_RESULT SUTransformationGetInverse(ref SUTransformation transform, ref SUTransformation inverse);
Exemplo n.º 2
0
 public static extern SU_RESULT SUPlane3DTransform(ref SUTransformation transform, ref SUPlane3D plane);
Exemplo n.º 3
0
 public static extern SU_RESULT SUEdgeGetLengthWithTransform(SUEdgeRef edge, ref SUTransformation transform, ref double length);
Exemplo n.º 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);
Exemplo n.º 5
0
 public static extern SU_RESULT SUFaceGetAreaWithTransform(SUFaceRef face, ref SUTransformation transform, ref double area);
Exemplo n.º 6
0
 public static extern SU_RESULT SUTransformationGetZRotation(ref SUTransformation transform, ref double z_rotation);
Exemplo n.º 7
0
 public static extern SU_RESULT SUTransformationIsMirrored(ref SUTransformation transform, ref bool is_mirrored);
Exemplo n.º 8
0
 public static extern SU_RESULT SUInstancePathGetTransformAtDepth(SUInstancePathRef instance_path, size_t depth, ref SUTransformation transform);
Exemplo n.º 9
0
 public static extern SU_RESULT SUTransformationScale(ref SUTransformation transform, double scale);
Exemplo n.º 10
0
 public static extern SU_RESULT SUComponentInstanceComputeVolume(SUComponentInstanceRef instance, ref SUTransformation transform, out double volume);
Exemplo n.º 11
0
 public static extern SU_RESULT SUInstancePathGetTransform(SUInstancePathRef instance_path, ref SUTransformation transform);
Exemplo n.º 12
0
 public static extern SU_RESULT SUComponentInstanceGetTransform(SUComponentInstanceRef instance, ref SUTransformation transform);
Exemplo n.º 13
0
 public static extern SU_RESULT SUPoint3DTransform(ref SUTransformation transform, ref SUPoint3D point);
Exemplo n.º 14
0
 public static extern SU_RESULT SUAxesGetTransform(SUAxesRef axes, ref SUTransformation transform);
Exemplo n.º 15
0
 public static extern SU_RESULT SUTransformationGetOrigin(ref SUTransformation transform, ref SUPoint3D origin);
Exemplo n.º 16
0
 public static extern SU_RESULT SUTransformationNonUniformScale(ref SUTransformation transform, double x_scale, double y_scale, double z_scale);
Exemplo n.º 17
0
 public static extern SU_RESULT SUTransformationGetZAxis(ref SUTransformation transform, ref SUVector3D z_axis);
Exemplo n.º 18
0
 public static extern SU_RESULT SUTransformationScaleAboutPoint(ref SUTransformation transform, ref SUPoint3D point, double scale);
Exemplo n.º 19
0
 public static extern SU_RESULT SUTransformationMultiply(ref SUTransformation transform1, ref SUTransformation transform2, ref SUTransformation out_transform);
Exemplo n.º 20
0
 public static extern SU_RESULT SUTransformationNonUniformScaleAboutPoint(ref SUTransformation transform, ref SUPoint3D point, double x_scale, double y_scale, double z_scale);
Exemplo n.º 21
0
 public static extern SU_RESULT SUTransformationSetFromPointAndNormal(ref SUTransformation transform, ref SUPoint3D point, ref SUVector3D normal);
Exemplo n.º 22
0
 public static extern SU_RESULT SUTransformationRotation(ref SUTransformation transform, ref SUPoint3D point, ref SUVector3D vector, double angle);
Exemplo n.º 23
0
 public static extern SU_RESULT SUTransformationTranslation(ref SUTransformation transform, ref SUVector3D vector);
Exemplo n.º 24
0
 public static extern SU_RESULT SUTransformationInterpolate(ref SUTransformation transform, ref SUTransformation t1, ref SUTransformation t2, double weight);
Exemplo n.º 25
0
 public static extern SU_RESULT SUCameraGetViewTransformation(SUCameraRef camera, ref SUTransformation transformation);
Exemplo n.º 26
0
 public static extern SU_RESULT SUTransformationIsIdentity(ref SUTransformation transform, ref bool is_identity);
Exemplo n.º 27
0
 public static extern SU_RESULT SUImageSetTransform(SUImageRef image, ref SUTransformation transform);
Exemplo n.º 28
0
 public static extern SU_RESULT SUGroupGetTransform(SUGroupRef group, ref SUTransformation transform);