the fair gds editor MacroClassCell3d

Cell3d Class Reference

A cell of the 3d design. More...

See also: List of Classes


Detailed Description

A cell of the 3d design. (introduced with version 20160111)

Member Function Documentation

string cell3d::cellName

The name of this cell.

void cell3d::deleteSelect()

deletes all selected elements (introduced with version 20161130)

void cell3d::deselectAll()

All element of the cell are deselected. (introduced with version 20160201)

elementList3d* cell3d::firstElement

A pointer to the first list element.

void cell3d::invertSelect()

Selected elements will be deselected, deselected element will be selected. (introduced with version 20160201)

void cell3d::meshDeselect()

All mesh element of the cell are deselected. (introduced with version 20160201)

void cell3d::meshSelect()

All mesh element of the cell are selected. (introduced with version 20160201)

void cell3d::mirrorSelect(int plane)

slected elements are mirrorw on the x-, y- or z- axis. (introduced with version 20161130)

void cell3d::moveSelect(int x, int y,int z)

selected elements are move by x, y and z (introduced with version 20161130)

void cell3d::rotateSelect(double angle,int x, int y,int z)

selected elements are rotated around the axis specifies with x,y and z (introduced with version 20161130)

void cell3d::selectAll()

All element of the cell are selected. (introduced with version 20160201)

void cell3d::selectCellref(string cellname)

Cell references with the name cellname are selected. (introduced with version 20160201)

void cell3d::selectVisible()

All visible element of the cell are selected. (introduced with version 20160201)

See also


CategoryMacroClass


MacroClassCell3d (last edited 2016-11-21 20:34:42 by JurgenThies)