PolylineSegments
Description:
An output node that represents a tessellated polyline segments.
An output node that represents a tessellated polyline segments.
Remarks:
See also: OnPolylineSegments(PolylineSegments).
See also: OnPolylineSegments(PolylineSegments).
public class PolylineSegments : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the PolylineSegments | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| GetVertices() | IList<XYZ> | Returns an array of vertices of the polyline segments. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| EndLocalParameter | double | Local parameter associated with the end point. | |
| EndParameter | double | Parameter associated with the end point. | |
| IsFilled | bool | Indicates whether the area enclosed by the polyline is to be filled or not. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| LineProperties | LineProperties | Access to the line (pen) properties of the polyline | |
| StartLocalParameter | double | Local parameter associated with the start point. | |
| StartParameter | double | Parameter associated with the start point. |