Click or drag to resize

MeshEdge Class

Represents an edge of a mesh entity.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.EntitiesMeshEdge

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class MeshEdge : ICloneable

The MeshEdge type exposes the following members.

Constructors
  NameDescription
Public methodMeshEdge(Int32, Int32)
Initializes a new instance of the MeshEdge class.
Public methodMeshEdge(Int32, Int32, Double)
Initializes a new instance of the MeshEdge class.
Top
Properties
  NameDescription
Public propertyCrease
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.
Public propertyEndVertexIndex
Gets or sets the edge end vertex index.
Public propertyStartVertexIndex
Gets or sets the edge start vertex index.
Top
Methods
  NameDescription
Public methodClone
Creates a new MeshEdge that is a copy of the current instance.
Public methodToString
Obtains a string that represents the mesh edge.
(Overrides ObjectToString.)
Public methodToString(IFormatProvider)
Obtains a string that represents the mesh edge.
Top
See Also