Adobe framemaker 6.0 User Manual

Page of 323
239
ADOBE FRAMEMAKER 6.0
 Examples
>
# Continue clockwise around the chart.
<Arc <Fill 5> <GroupID 1>
<ArcRect
12 11 144 144 > <ArcTheta 58> <ArcDTheta 77>
>
<Arc <Fill 2> <GroupID 1>
<ArcRect
12 11 144 144 > <ArcTheta 135> <ArcDTheta 108>
>
<Arc <Fill 4> <GroupID 1>
<ArcRect
12 11 144 144 > <ArcTheta 243> <ArcDTheta 66>
>
<Arc <Fill 6> <GroupID 1>
<ArcRect
12 11 144 144 > <ArcTheta 309> <ArcDTheta 51>
>
# Define the group for all the objects to make the chart easier to # manipulate after it’s imported
into a FrameMaker document.
<Group <ID 1> >
Custom dashed lines
A FrameMaker product provides eight predefined dashed line options. You can define a custom pattern for 
dashed lines by using the DashedPattern statement within an 
Object
 statement. This example is in the 
file custdash.mif.
<MIFFile 6.00>
# This is a sparse dot-dash line.
<PolyLine
<Pen 0>
<Fill 15>
<PenWidth 4pt>
<ObColor `Black'>
<DashedPattern
<DashedStyle Dashed>
<NumSegments 4>
<DashSegment 10pt>
<DashSegment 10pt>
<DashSegment 0.5pt>
<DashSegment 10pt>
> # end of DashedPattern
<HeadCap Round>
<TailCap Round>
<NumPoints 2>
<Point 1.0" 1">
<Point 7.5" 1">
> # end of PolyLine
# This is a very sparse dotted line.