Gets or sets the third vertex
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public Point Vertex3 { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Vertex3 As Point |
| Visual C++ |
|---|
public: property Point^ Vertex3 { Point^ get (); void set (Point^ value); } |
Field Value
The third vertex of the triangle.
Remarks
Setting a vertex also changes the normal vector of the triangle.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | The vertex was set collinear to the other two vertices. |