![]() |
SubPolyline3 Class |
Namespace: Karamba.Results.ShellSection
The SubPolyline3 type exposes the following members.
Name | Description | |
---|---|---|
![]() | SubPolyline3(SubPolyline3) |
Initializes a new instance of the SubPolyline3 class.
Copy constructor.
|
![]() | SubPolyline3(PolyLine3, Int32, Int32) |
Initializes a new instance of the SubPolyline3 class.
Create a subpolyline from a polyline.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of points contained in the SubPolyline3.
|
![]() | FirstIndx |
Gets or sets the first index of the subset.
|
![]() | FirstPoint |
Gets the first point of the subset.
|
![]() | Item |
Get the point at the specified index.
|
![]() | LastIndx |
Gets or sets the last index of the subset.
|
![]() | LastPoint |
Gets the Last point of the subset.
|
![]() | MarchStartingIndx |
Gets or sets the index from where the marching algorithm begin.
|
![]() | MarchStartingPt |
Gets the Point from which the marching algorithm begin.
|
Name | Description | |
---|---|---|
![]() | BecomesItsComplement |
Transform this SubPolyline3 instance in its complement.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetComplement |
Return the complement of the subset.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsLastPointEqualPolylineEnd |
Evaluate if the last point of subset coincides with the ending point of the polyline.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |