The Polyline object is a series points that are connected by straight or curved line segments.
The CurveType keyword specifies whether the line segments are straight (LINEAR) or curved (BEZIER, SPLINE, CIRCULAR_ARC).
The Filled keyword determines whether or not the interior of the polyline is filled with a colour. The Outlined keyword determines whether or not a filled polyline has a border. The colour of the fill and the border are determined by the FillColour and LineColour keywords respectively. The border's width in pixel is determined by the LineWidth keyword.
Polyline Inputs
Keyword |
Description |
Key Inputs |
|
Description |
A free-form string describing the object. |
Options |
|
AttributeDefinitionList, CustomOutputList |
See Section 6.2. |
Format |
|
FillColour |
The colour with which the polyline is filled. |
LineColour |
The colour with which the polyline is outlined. |
Filled |
Determines whether or not the polyline is filled. If TRUE, it is filled with a specified colour. If FALSE, it is hollow. |
Outlined |
Determines whether or not the polyline is outlined. If TRUE, it is outlined with a specified colour. If FALSE, it is drawn without an outline. |
LineWidth |
Width of the outline in pixels. |
Graphics |
|
Points, CurveType, Region, RelativeEntity, DisplayModel, Show, Movable, VisibleViews, DrawRange |
See Section 11.1. |
Polyline Outputs
Output Name |
Description |
Entity and DisplayEntity |
|
Name, ObjectType, SimTime, Parent, Attributes, Custom Outputs, Position, Size, Orientation, Alignment, GraphicalLength, ObserverList, NextList, PreviousList |
See Section 10.1. |