Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
BRepBuilderAPI_GTransform Class Reference

Geometric transformation on a shape.
The transformation to be applied is defined as a gp_GTrsf
transformation. It may be:
More...

#include <BRepBuilderAPI_GTransform.hxx>

Inheritance diagram for BRepBuilderAPI_GTransform:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC BRepBuilderAPI_GTransform (const gp_GTrsf &T)
 Constructs a framework for applying the geometric
transformation T to a shape. Use the function
Perform to define the shape to transform.

 BRepBuilderAPI_GTransform (const TopoDS_Shape &S, const gp_GTrsf &T, const Standard_Boolean Copy=Standard_False)
 Constructs a framework for applying the geometric
transformation T to a shape, and applies it to the shape S.

void Perform (const TopoDS_Shape &S, const Standard_Boolean Copy=Standard_False)
 Applies the geometric transformation defined at the
time of construction of this framework to the shape S.

virtual const
TopTools_ListOfShape
Modified (const TopoDS_Shape &S)
 Returns the list of shapes modified from the shape
<S>.

virtual const TopoDS_ShapeModifiedShape (const TopoDS_Shape &S) const
 Returns the modified shape corresponding to <S>.


Detailed Description


Constructor & Destructor Documentation

  • If the transformation T is direct and isometric (i.e. if
    the determinant of the vectorial part of T is equal to
    1.), and if Copy equals false (default value), the
    resulting shape is the same as the original but with
    a new location assigned to it.
  • In all other cases, the transformation is applied to
    a duplicate of S.
    Use the function Shape to access the result.
    Note: the constructed framework can be reused to
    apply the same geometric transformation to other
    shapes: just specify them with the function Perform.

Member Function Documentation

Reimplemented from BRepBuilderAPI_ModifyShape.

Reimplemented from BRepBuilderAPI_ModifyShape.

  • If the transformation T is direct and isometric (i.e. if
    the determinant of the vectorial part of T is equal to
    1.), and if Copy equals false (default value), the
    resulting shape is the same as the original but with
    a new location assigned to it.
  • In all other cases, the transformation is applied to a duplicate of S.
    Use the function Shape to access the result.
    Note: this framework can be reused to apply the same
    geometric transformation to other shapes: just specify
    them by calling the function Perform again.

The documentation for this class was generated from the following file: