 | MeshEdge Constructor (Int32, Int32, Double) |
imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the MeshEdge class.
Namespace:
netDxf.Entities
Assembly:
netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntaxpublic MeshEdge(
int startVertexIndex,
int endVertexIndex,
double crease
)
Request Example
View SourceParameters
- startVertexIndex
- Type: SystemInt32
The edge start vertex index. - endVertexIndex
- Type: SystemInt32
The edge end vertex index. - crease
- Type: SystemDouble
The highest smoothing level at which the crease is retained (default: 0.0).
See Also