dbAddFigToFigGroup
dbAddFigToFigGroup(
d_figGroupId
d_figId
)
=> t / nil
Description
Adds a figure to the specified figGroup.
Arguments
Value Returned
Examples
figGroup1 = dbCreateFigGroup(cv "figGroup1" t 0:0 "R0")
figOfRect = dbCreateRect(cv "METAL1" list(0:0 6.3:8.7)
Adds the figure to the figGroup.
dbAddFigToFigGroup(figGroup1 figOfRect)
Related Topics
FigGroup Creation and Modification Functions
Return to top