#include <rvc/cad.h>
Inheritance diagram for RVC::CAD:

The interface currently wraps the MfCAD functions.
RVC Object Types that this class supports: RVC::OBJTYPE_CAD.
Default RVC Object Type for this class: RVC::OBJTYPE_CAD.
Valid parents for this class:
Definition at line 242 of file cad.h.
|
|
Typedef for CAD block number type.
|
|
|
|
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Destructor.
|
|
|
Add an element to the CAD object.
|
|
||||||||||||
|
Copy a block inside a CAD object.
|
|
|
Delete the element specified. Only works if the GEOMETRIC::CAPABILITY_CanDeleteAnyElement is available.
|
|
|
|
|
||||||||||||||||
|
Draws the block by calling the virtual draw routines.
|
|
||||||||||||||||||||
|
Draws an element. Returns > 0 if drawn, 0 if not, > 0 error.
|
|
|
Obtain a constant iterator to the first CAD element in the current block.
|
|
|
Obtain an iterator to the last+1 CAD element in the current block.
|
|
|
Erase all elements from a block.
|
|
|
Get the current block number.
|
|
|
Obtain the link type.
|
|
|
Get MAKEPARM values from current CAD object instance.
|
|
|
Obtain next available element ID for element ID table.
|
|
|
Obtain the number of blocks in this CAD object.
|
|
||||||||||||||||||||||||
|
Link CAD object to external file.
|
|
||||||||||||||||
|
Create a new CAD object.
|
|
||||||||||||||||||||||||
|
Create a new CAD object.
|
|
|
Assignment, will close and re-open object if possible.
|
|
||||||||||||||||
|
Read the block information.
|
|
||||||||||||||||
|
Read specific CAD element in the current block.
|
|
||||||||||||
|
Read next CAD element in the sequence in the current block.
|
|
|
Rewind CAD object block reading to the begining.
|
|
|
|
|
|
Set next available element ID for element ID table.
|
|
|
Set CAD object point coordinate type.
|
|
||||||||||||
|
Change the drawing order of an element in the CAD object.
|
|
||||||||||||
|
Change the drawing order of the set of elements in the CAD object.
|
|
||||||||||||
|
Update element information (in CADELEMOPT section).
|
|
|
|
|
||||||||||||||||
|
Write the block information.
|
|
||||||||||||
|
Write element information, only valid if linktype == LINKTYPE_Edit.
|
1.3.8-20040913