Element3d Class Reference
A element of the 3d drawing. More...
See also: List of Classes
Member
Detailed Description
A element of the 3d drawing. This can ether be a mesh element of a cellref3d element.
(introduced with version 20160111)
Member Function Documentation
void element3d::addPointArray(pointArray polygon, int level,bool side )
If the element is a mesh, a horizontal polygon will be added to the mesh. (introduced with version 20160206)
void element3d::addSlantSide(pointArray bottom,pointArray top, int levelBottom, int levelTop)
If the element is a mesh, a non vertical ring between the outline of the polygons top and bottom will be added to the mesh. (introduced with version 20160206)
void element3d::addSide(pointArray polygon,int levelBottom, int levelTop)
If the element is a mesh, the outline of the polygon will be added as a vertical ring. (introduced with version 20160206)
void element3d::deselectAll()
select the element completely
bool element3d::isCellref()
Returns: true, if this element is a cell reference.
bool element3d::isMesh()
Returns: true, if this element is a mesh.
bool element3d::select
void element3d::selectAll()
bool element3d::visible