Gets the third edge of the triangle running from vertex 1 to vertex 2.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Edge Edge3 { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Edge3 As Edge |
Visual C++ |
---|
public: property Edge^ Edge3 { Edge^ get (); } |