ICross |
public interface ICrossSectionOfLine : IImmutable
The ICrossSectionOfLine type exposes the following members.
| Name | Description | |
|---|---|---|
| NumberOfNormals | Gets the number of normals. | |
| NumberOfVertices | Gets the number of vertices. | |
| Size1 | Gets the first size parameter of the cross section. | |
| Size2 | Gets the second size parameter of the cross section. |
| Name | Description | |
|---|---|---|
| GetMaximalDistanceFromCenter | Gets the maximal distance of the cross section from its center. | |
| IsVertexSharp | Determines whether the vertex at the specified index is sharp. | |
| Normals | Returns the normal at the specified index. | |
| Vertices | Returns the vertex at the specified index. | |
| WithSize | Returns a copy of the cross section with the specified sizes. | |
| WithSize1 | Returns a copy of the cross section with the specified first size. | |
| WithSize2 | Returns a copy of the cross section with the specified second size. |