PolylineSegments
Description:
An output node that represents a tessellated polyline segments.
An output node that represents a tessellated polyline segments.
Remarks:
See also: [!:Autodesk::Revit::DB::IModelExportContext::OnPolylineSegments].
See also: [!:Autodesk::Revit::DB::IModelExportContext::OnPolylineSegments].
public class PolylineSegments : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetVertices() | IList<XYZ> | Returns an array of vertices of the polyline segments. |
| Name | Return Type | Description |
|---|---|---|
| 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 | bool | 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. |