RVC::CAD::MAKEPARMS Class Reference
#include <rvc/cad.h>
List of all members.
Constructor & Destructor Documentation
| RVC::CAD::MAKEPARMS::MAKEPARMS |
( |
POINTTYPE |
PointType = POINTTYPE_2DXY |
) |
[inline] |
| RVC::CAD::MAKEPARMS::MAKEPARMS |
( |
const RVC::CAD & |
Template |
) |
|
Combination constructor.
- Parameters:
-
| GeoObjItemList | Currently 'vector' and 'shape' are the only valid objects |
Member Function Documentation
| INT32 RVC::CAD::MAKEPARMS::GetEditBlockNum |
( |
|
) |
const [inline] |
Get which block to edit, causes the CAD object to create an editable block in the project file Only valid to get when creating CAD objects in temporary files.
| INT32 RVC::CAD::MAKEPARMS::GetNextElemID |
( |
|
) |
const [inline] |
Obtain next CAD element ID value.
- Returns:
- Next CAD element ID value
| void RVC::CAD::MAKEPARMS::SetEditBlockNum |
( |
INT32 |
BlockNum |
) |
[inline] |
Set which block to edit, causes the CAD object to create an editable block in the project file Only valid to set when creating CAD objects in temporary files.
| void RVC::CAD::MAKEPARMS::SetNextElemID |
( |
INT32 |
NextElemID |
) |
[inline] |
Set CAD element next element ID value.
The documentation for this class was generated from the following file: