Properties_T_Rhino_Geometry_Polyline - mcneel/rhinocommon-api-docs GitHub Wiki
The Polyline type exposes the following members.
Name | Description | |
---|---|---|
![]() |
BoundingBox | Even though this is a property, it is not a "fast" calculation. Every point is evaluated in order to get the bounding box of the list. (Inherited from Point3dList.) |
![]() |
Capacity | Gets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from RhinoList(T).) |
![]() |
Count | Gets the number of elements actually contained in the List. (Inherited from RhinoList(T).) |
![]() |
First | Gets or sets the first item in the list. This is synonymous to calling List[0]. (Inherited from RhinoList(T).) |
![]() |
IsClosed | Gets a value that indicates whether this polyline is closed. The polyline is considered to be closed if its start is identical to its endpoint. |
![]() |
IsValid |
Gets a value that indicates whether this polyline is valid.
Valid polylines have at least one segment, no Invalid points and no zero length segments.
Closed polylines with only two segments are also not considered valid. |
![]() |
Item | Gets or sets the element at the specified index. (Inherited from RhinoList(T).) |
![]() |
Last | Gets or sets the last item in the list. This is synonymous to calling List[Count-1]. (Inherited from RhinoList(T).) |
![]() |
Length | Gets the total length of the polyline. |
![]() |
NullCount | Gets the number of null references (Nothing in Visual Basic) in this list. If T is a ValueType, this property always return zero. (Inherited from RhinoList(T).) |
![]() |
SegmentCount | Gets the number of segments for this polyline. |
![]() |
X | Returns an indexer with all X coordinates in this list. (Inherited from Point3dList.) |
![]() |
Y | Returns an indexer with all Y coordinates in this list. (Inherited from Point3dList.) |
![]() |
Z | Returns an indexer with all Z coordinates in this list. (Inherited from Point3dList.) |