User Guide
Objects within Fireworks documents 29
Contour object
The following table lists the properties of the Contour object, along with their data types and,
where appropriate, acceptable values and notes.
ContourNode object
The following table lists the properties of the ContourNode object, along with their data types
and, where appropriate, acceptable values and notes.
tipSpacingMode
string Acceptable values are "random", "diagonal",
and
"circular".
type
string Acceptable values are "natural"
and
"simple".
Property Data type Notes
isClosed
Boolean If set to true, the path is closed by
connecting the final point in the contour with
the first point.
nodes
array Array of ContourNode objects on the
contour (see “ContourNode object”
on page 29).
Property Data type Notes
dynamicInfo
array Array of ContourNodeDynamicInfo
objects on this ContourNode object (see
“ContourNodeDynamicInfo object”
on page 31).
isCurvePoint
Boolean If set to true, this point’s control points are
constrained to be linear with the main point,
which forces a smooth curve. If set to
false, there are no constraints on the
control points.
isSelectedPoint
Boolean If set to true, this point was subselected (for
example, by the subselection tool).
name
string A unique name assigned to the object.
predX
float The x coordinate of the contour node’s
preceding control point.
predY
float The y coordinate of the contour node’s
preceding control point.
randomSeed
integer 0 to 65,535
succX
float The x coordinate of the contour node’s
following control point.
Property Data type Notes