#include <rvc/cad.h>
Public Member Functions | |
| void | Clear () |
| INT32 | GetBlockNum () const |
| double | GetColumnSpace () const |
| const DPOINT3D & | GetInsertPoint () const |
| double | GetLineSpace () const |
| INT32 | GetNumColumns () const |
| INT32 | GetNumLines () const |
| double | GetRotation () const |
| double | GetXScale () const |
| double | GetYScale () const |
| double | GetZScale () const |
| INSERT () | |
| void | SetBlockNum (INT32 BlockNum) |
| void | SetColumnSpace (double ColumnSpace) |
| void | SetInsertPoint (const DPOINT3D &InsertPt) |
| void | SetLineSpace (double LineSpace) |
| void | SetNumColumns (INT32 NumColumns) |
| void | SetNumLines (INT32 NumLines) |
| void | SetRotation (double rotate) |
| void | SetXScale (double xscale) |
| void | SetYScale (double yscale) |
| void | SetZScale (double zscale) |
Definition at line 1169 of file cad.h.
|
|
Default Constructor.
|
|
|
Set the INSERT class back to its ctor'd state.
|
|
|
Get the CAD block number to insert.
|
|
|
Get the column spacing between block array insertions only useful if GetNumColumns() > 1.
|
|
|
Get the block insertion point location.
|
|
|
Get the line spacing between block array insertions only useful if GetNumLines() > 1.
|
|
|
Get the number of columns in a multi-block array insert.
|
|
|
Get the number of lines in a multi-block array insert.
|
|
|
Get the rotation angle (in radians) that the block is rotated around the insertion point.
|
|
|
Get the x scale factor that the block is scaled around the insertion point.
|
|
|
Get the y scale factor that the block is scaled around the insertion point.
|
|
|
Get the z scale factor that the block is scaled around the insertion point.
|
|
|
Set the CAD block number to insert.
|
|
|
Set the column spacing between block array insertions only useful if GetNumColumns() > 1.
|
|
|
Set the block insertion point location.
|
|
|
Set the line spacing between block array insertions only useful if GetNumLines() > 1.
|
|
|
Set the number of columns in a multi-block array insert.
|
|
|
Set the number of lines in a multi-block array insert.
|
|
|
Set the rotation angle (in radians) that the block is rotated around the insertion point.
|
|
|
Set the x scale factor that the block is scaled around the insertion point.
|
|
|
Set the y scale factor that the block is scaled around the insertion point.
|
|
|
Set the z scale factor that the block is scaled around the insertion point.
|
1.3.8-20040913