Gets or sets the wireframe edges.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public List<Edge> WireframeEdges { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property WireframeEdges As List(Of Edge) |
| Visual C++ |
|---|
public: property List<Edge^>^ WireframeEdges { List<Edge^>^ get (); void set (List<Edge^>^ value); } |
Field Value
A list of edges.
Remarks
The wireframe edges may be completely unordered. However,
they must be the edges of triangular and / or quadrilateral faces.