MeshEdge Class |
Namespace: DXFReaderNET.Entities
The MeshEdge type exposes the following members.
Name | Description | |
---|---|---|
MeshEdge(Int32, Int32) |
Initializes a new instance of the MeshEdge class.
| |
MeshEdge(Int32, Int32, Double) |
Initializes a new instance of the MeshEdge class.
|
Name | Description | |
---|---|---|
Crease |
Get or set the highest smoothing level at which the crease is retained. If the smoothing level exceeds this value, the crease is also smoothed.
| |
EndVertexIndex |
Gets or sets the edge end vertex index.
| |
StartVertexIndex |
Gets or sets the edge start vertex index.
|
Name | Description | |
---|---|---|
Clone |
Creates a new MeshEdge that is a copy of the current instance.
| |
ToString |
Obtains a string that represents the mesh edge.
(Overrides ObjectToString.) | |
ToString(IFormatProvider) |
Obtains a string that represents the mesh edge.
|