示例#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
 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
 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
 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
 public static extern SU_RESULT SUPoint3DTransform(ref SUTransformation transform, ref SUPoint3D point);
示例#14
0
 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
 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
 public static extern SU_RESULT SUImageSetTransform(SUImageRef image, ref SUTransformation transform);
示例#28
0
 public static extern SU_RESULT SUGroupGetTransform(SUGroupRef group, ref SUTransformation transform);