|
|
CrossedSection Class |
Namespace: Karamba.Results.ShellSection
The CrossedSection type exposes the following members.
| Name | Description | |
|---|---|---|
| CrossedSection |
Initializes a new instance of the CrossedSection class.
Create a new empty crossed section.
| |
| CrossedSection(PolyLine3, ListInt32) |
Initializes a new instance of the CrossedSection class.
Create a crossed section from a polyline and a list of indexes.
|
| Name | Description | |
|---|---|---|
| CrossedFacesCount |
Gets the number of crossed faces.
| |
| FaceIndexes |
Gets or sets the list of mesh crossed faces indexes.
| |
| PointCount |
Gets the number of points belonging to the crossed section.
| |
| Polyline |
Gets or sets the cross section geometry.
|
| Name | Description | |
|---|---|---|
| AddCrossedSection |
Add a crossed section to this crossed section.
| |
| AddCrossedSectionAt |
Add a crossed section to this one after a given index.
| |
| AddFaceIndx |
Adds a crossed face index to the crossed section.
| |
| AddPoint |
Add a point to the crossed section.
| |
| 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.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Reverse |
Reverse the direction of the crossed section.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |