CAD element TYPE_RotationBox class implementation. More...
#include <rvc/cadelement.h>
Public Member Functions | |
| BOX (const BOX &rhs) | |
| BOX () | |
| void | Clear () |
| void | GeneratePoints (POLYLINE &PolyLine, DIMENSION dim) const |
| const DRECT3D & | GetBoxExtents () const |
| double | GetRotation () const |
| BOX & | operator= (const BOX &rhs) |
| void | SetBoxExtents (const DRECT3D &rect) |
| void | SetRotation (double Rotation) |
CAD element TYPE_RotationBox class implementation.
| RVC::CADELEMENT::BOX::BOX | ( | ) | [inline] |
Default Constructor.
| RVC::CADELEMENT::BOX::BOX | ( | const BOX & | rhs | ) | [inline] |
Copy Constructor.
| void RVC::CADELEMENT::BOX::Clear | ( | ) | [inline] |
Clear the box.
| const DRECT3D& RVC::CADELEMENT::BOX::GetBoxExtents | ( | ) | const [inline] |
Get the box rectangle, unrotated.
| double RVC::CADELEMENT::BOX::GetRotation | ( | ) | const [inline] |
Get the box rotation value in radians.
| void RVC::CADELEMENT::BOX::SetBoxExtents | ( | const DRECT3D & | rect | ) | [inline] |
Set the box rectangle, unrotated.
| void RVC::CADELEMENT::BOX::SetRotation | ( | double | Rotation | ) | [inline] |
Set the box rotation value in radians.
1.6.1