|
static TopoShape | Translate (TopoShape pShape, GVec vec, boolean copyGeom) |
|
static TopoShape | Translate (TopoShape pShape, GVec vec) |
|
static TopoShape | TranslateByVec (TopoShape pShape, GVec vec, boolean copyGeom) |
|
static TopoShape | Translate (TopoShape pShape, double x, double y, double z, boolean copyGeom) |
|
static TopoShape | Translate (TopoShape pShape, double x, double y, double z) |
|
static TopoShape | Rotation (TopoShape pShape, GAx1 axis, double angle, boolean copyGeom) |
|
static TopoShape | Rotation (TopoShape pShape, GAx1 axis, double angle) |
|
static TopoShape | Scale (TopoShape pShape, GPnt center, double scale, boolean copyGeom) |
|
static TopoShape | Scale (TopoShape pShape, GPnt center, double scale) |
|
static TopoShape | Mirror (TopoShape shape, GAx1 axis, boolean copyGeom) |
|
static TopoShape | Mirror (TopoShape shape, GAx1 axis) |
|
static TopoShape | MirrorByAx2 (TopoShape shape, GAx2 axis, boolean copyGeom) |
|
static TopoShape | MirrorByAx2 (TopoShape shape, GAx2 axis) |
|
static TopoShape | MirrorByPoint (TopoShape shape, GPnt point, boolean copyGeom) |
|
static TopoShape | MirrorByPoint (TopoShape shape, GPnt point) |
|
static TopoShape | Copy (TopoShape shape) |
|
static TopoShape | Transform (TopoShape pShape, GTrsf trf, boolean copyGeom) |
|
static TopoShape | Transform (TopoShape pShape, GTrsf trf) |
|
static TopoShape | TransformByTrsf (TopoShape pShape, GTrsf trf, boolean copyGeom) |
|
static TopoShape | Transform (TopoShape pShape, GAx3 trf, boolean copyGeom) |
|
static TopoShape | Transform (TopoShape pShape, GAx3 trf) |
|
static TopoShape | TransformByAx3 (TopoShape pShape, GAx3 trf, boolean copyGeom) |
|
static TopoShape | TransformByMatrix (TopoShape pShape, Matrix4 matrix, boolean copyGeom) |
|
static TopoShape | TransformByMatrix (TopoShape pShape, Matrix4 matrix) |
|
static TopoShape | TransformByMatrix (TopoShape pShape, Matrix4d matrix, boolean copyGeom) |
|
static TopoShape | TransformByMatrix (TopoShape pShape, Matrix4d matrix) |
|
static TopoShape | TransformByMatrix4d (TopoShape pShape, Matrix4d matrix, boolean copyGeom) |
|
static Matrix4 | ToMatrix4 (GAx3 ax) |
|
static Matrix4 | ToMatrix4 (GAx2 ax) |
|
static Matrix4 | ToMatrix4 (GTrsf trf) |
|
static GTrsf | ToTransform (Matrix4 mat) |
|
static Matrix4d | ToMatrix4d (GAx3 ax) |
|
static Matrix4d | ToMatrix4d (GAx2 ax) |
|
static Matrix4d | ToMatrix4d (GTrsf trf) |
|
static GTrsf | ToTransform (Matrix4d mat) |
|
static void | Decompose (Matrix4 mat, Vector3 pos, Quaternion rot, Vector3 scale) |
|
static GAx2 | ComputeAxis (GPln p1, GPln p2, GPln p3) |
|
<> TransformTool
用于对TopoShape进行空间变换、复制