The cpp TopoDS_Shape.Move method is used to move a geometric shape in a 3D Euclidean space. It takes the translation vector as an input parameter and applies the translation to the shape. This method can be used to reposition an existing shape or to create a new shape by applying a translation to a given shape.
C++ (Cpp) TopoDS_Shape::Move - 21 examples found. These are the top rated real world C++ (Cpp) examples of TopoDS_Shape::Move extracted from open source projects. You can rate examples to help us improve the quality of examples.