![]() |
Description |
A element representing a connected series of line segments. |
Parameters |
Label – A unique name that identifies the element. (IElement/Label) Visible - If True, element is visible in the sketch. (IElement/Visible) Construction Only - If True, element is excluded from the covering process and does not become part of the geometry. Such elements are used in constructing other elements. (IElement/Construction) Point "n" - [LENGTH] – Location of point[n] of the polyline defined in the sketch's coordinate system. (IPoint/Location) Evaluated Locations/Point "n" - [LENGTH] – Post-operation location of point[n] of the polyline defined in the sketch's coordinate system. This is a calculated value based on the location of point[n] and any subsequent operations applied to the element. Read only. Sketch Parameters: Label – A unique name that identifies the sketch. (ISketch/Label) Plane – Plane of the solid's coordinate system that the sketch lies in. (ISketch/Plane) Offset - [LENGTH] – Distance from the origin of the solid's coordinate system to the sketch plane in a direction normal to the chosen sketch plane. (ISketch/PlaneOffset) |
Example(s) |
|
User Interface Button |
|
Command Details |
Mouse click order is: |
Requirements |
None. |
Other Notes |
None. |
Example Creation Script |
Element_3 = Profile_1.Polyline("Polyline_5", "-0.062, 0.029, 0, -0.056, 0.041, 0, -0.042, 0.042, 0, -0.042, 0.038, 0, -0.049, 0.034, 0") |
Scripting Interfaces |
“IPolyline”
|
Please send email to awr.support@cadence.com if you would like to provide feedback on this article. Please make sure to include the article link in the email.