Cross |
The CrossSectionOfLine type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) | |
| GetDistanceFromCenter | Gets the distance of a vertex from the center. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetMaximalDistanceFromCenter | Gets the maximal distance of any vertex from the center. | |
| GetQuadraticCrossSection | Creates a quadratic cross section with equal width and height. | |
| GetRegularRoundedPolygon | Creates a regular polygon with rounded vertices. | |
| GetRegularSharpPolygon | Creates a regular polygon with sharp vertices. | |
| GetSquareCrossSection | Creates a rectangular cross section. | |
| GetStarShapedPolygon | Creates a star-shaped polygon. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetVerticesFromToIncluding | Gets the vertices of a cross section from a certain vertex index to another vertex index (including the last vertex index). | |
| IsVertexSharp | Gets a value indicating whether the specified vertex is sharp. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Normals | Gets the specified normal vector. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Vertices | Gets the specified vertex. |