figGroup Attributes
|
Attribute
|
Modify
|
Type
|
Description
|
|
|
|
assocTextDisplays
|
no
|
l_objId
|
List of text displays with this figure object as their associate.
|
|
bBox
|
no
|
bBox
|
The figure’s bounding box.
|
|
children
|
no
|
l_objId
|
List of figures that have this figures as their parent.
|
|
figGroup
|
no
|
objId
|
List the ID of the figGroup to which this figure belongs.
|
|
figs
|
no
|
l_objId
|
List of all figures that are members of this figGroup.
|
|
groupMembers
|
no
|
l_objId
|
List of group members for this object.
|
|
isAnyInst
|
no
|
boolean
|
Indicates whether the figure is an instance.
|
|
isShape
|
no
|
boolean
|
Indicates whether the figure is a shape.
|
|
markers
|
yes
|
l_objId
|
List of all markers for this object.
|
|
parent
|
yes
|
objId
|
The figure’s parent.
|
|
name
|
yes
|
string
|
Name of the figure.
|
|
orient
|
yes
|
string
|
Orientation of the figure
|
|
|
|
|
"R0"
not rotated
|
|
|
|
|
"R90"
rotated 90 degrees
|
|
|
|
|
"R180"
rotated 180 degrees
|
|
|
|
|
"R270"
rotated 270 degrees
|
|
|
|
|
"MY"
mirrored on the y axis
|
|
|
|
|
"MYR90"
mirrored on the y axis and rotated 90 degrees counterclockwise
|
|
|
|
|
"MX"
mirrored on the x axis
|
|
|
|
|
"MXR90"
mirrored on the x axis and rotated 90 degrees counterclockwise
|
|
origin
|
yes
|
point
|
Location of the origin of the figGroup (in user units)
|
|
ordered
|
yes
|
boolean
|
When t, members in the figGroup will maintain the same order as when they were added. When nil, members can be removed in any order.
|
|
textDisplays
|
no
|
l_objId
|
List of text displays owned by this figure object.
|
|
type
|
no
|
string
|
Type of figGroup:
none modgen syncClone placeArea rowFigure
|
Related Topics
Generic Object Attributes
Return to top