A cell of the 3d design. More...
string | cellName |
void | deleteSelect() |
void | deselectAll() |
elementList3d* | firstElement |
void | invertSelect() |
void | meshDeselect() |
void | meshSelect() |
void | mirrorSelect(int plane) |
void | moveSelect(int x, int y,int z) |
void | rotateSelect(double angle,int x, int y,int z) |
void | selectAll() |
void | selectCellref(string cellname) |
void | selectVisible() |
A cell of the 3d design. Its structure, usage and methods are very similar to the cell class for 3d designs.
The name of this cell.
deletes all selected elements
All element of the cell are deselected.
A pointer to the first list element.
Selected elements will be deselected, deselected element will be selected.
All mesh element of the cell are deselected.
All mesh element of the cell are selected.
slected elements are mirrorw on the x-, y- or z- axis.
selected elements are move by x, y and z
selected elements are rotated around the axis specifies with x,y and z
All element of the cell are selected.
Cell references with the name cellname are selected.
All visible element of the cell are selected.