#include <rvc/cad.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) |
Definition at line 1036 of file cad.h.
|
|
Default Constructor.
|
|
|
Copy Constructor.
|
|
|
Clear the box.
|
|
||||||||||||
|
|
|
|
Get the box rectangle, unrotated.
|
|
|
Get the box rotation value in radians.
|
|
|
Assignment Operator.
|
|
|
Set the box rectangle, unrotated.
|
|
|
Set the box rotation value in radians.
|
1.3.8-20040913