the fair gds editor MacroClassElement3d

Element3d Class Reference

A element of the 3d drawing. More...

See also: List of Classes


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

See also


CategoryMacroClass


MacroClassElement3d (last edited 2017-02-06 15:23:40 by JurgenThies)