SOLIDOS Modeler - Polyline
Polyline - creates a polyline that passes through the list of
points provided:
The Polyline activity has the following properties:
- Identification
- Name - name of the activity
The polyline name must follow the naming rules
- Closed - indicates whether the polyline is closed or open (connects the end point to the start point)
- Use Centroid - indicates whether the polyline is drawn with absolute coordinates (unchecked) or relative coordinates (checked).
When checked, the polyline is moved by its centroid to the position marked by the Center
property
- Vector - name of the vector normal to the plane of the polyline
normally used with the Use Centroid option, to draw the polyline on another plane:
- Object Visible - indicates whether or not the polyline should be drawn in the preview
- Points - indicates the list of points used to draw the polyline.
In AutoCAD, polylines can have arc segments.
The Polyline activity also allows this and to create arc segments, you must use points of the type
Point/Bulge.
In the example above, the point "E" is of this type and has convexity equal to 0.5
To edit, click the button (
) that appears in this field, or select this property in the properties box. It will be open or geometry list editor
If the text gets too big/small, or the sphere that represents the point gets too big or small, use the buttons ( A, a,
,
) at the top of the screen to change the preview
Properties (to use in VB expressions)
Implements the properties of curves and also:
- Area - Area of the polyline (real number)
- Elevation - Elevation of the polyline (real number)
- Vector - normal vector of the Rectangle (
vector)
- Center - center of the Rectangle (
dot)
Methods (for use in VB expressions)
implements the methods of curves