The PolylineModel is used to determine the graphics for polyline type objects that appear as a single‑segment or multi‑segment line, such as Polyline, Arrow, EntityConveyor, and EntityDelay. It cannot be used by other objects such as a DisplayEntity intended for 3D or 2D graphics.
The inputs to the PolylineModel keywords set the default values for the corresponding keywords for Polyline, Arrow, etc. A PolylineModel can therefore be used as a style for these objects. For example, changing the LineColour input for a PolylineModel will change the colour of the line shown by all the objects that use that PolylineModel as their DisplayModel input.
PolylineModel Inputs
Keyword |
Description |
Key Inputs |
|
Description |
A free-form string describing the object. |
Outlined |
Determines whether or not the polyline is outlined. If TRUE, it is outlined with a uniform colour. If FALSE, it is drawn without an outline. |
LineColour |
The colour of the polyline. |
LineWidth |
The width of the polyline in pixels. |
Filled |
Determines whether the polyline is filled or hollow. If TRUE, then the polyline has a solid fill. |
FillColour |
The colour for the filled part of the polyline. |
ShowArrowHead |
If TRUE, an arrow head is displayed at the end of the polyline. |
ArrowhHeadSize |
A set of (x, y, z) numbers that define the size of the arrowhead. |