dbCreateFigGroup
dbCreateFigGroup(d_cellView t_name g_ordered l_origin t_orient) =>d_figGroup/ nil
Description
Creates a figGroup object in the specified cellview.
Arguments
Value Returned
Examples
Creates an ordered figGroup by the name of fg2 with an origin of 5:6 and with the orientation of R0.
fg2 = dbCreateFigGroup(cv "fg2" t 5:6 "R0")
Related Topics
FigGroup Creation and Modification Functions
Return to top