Click or drag to resize

MeshEdge Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Represents an edge of a mesh entity.
Inheritance Hierarchy
SystemObject
  netDxf.EntitiesMeshEdge

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public class MeshEdge : ICloneable
Request Example View Source

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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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