Class TriangulationPoint
- Assembly
- Alis.dll
The triangulation point class
internal class TriangulationPoint
Inheritance
Derived
Inherited Members
Constructors
TriangulationPoint(double, double)
Initializes a new instance of the Alis.Core.Physic.Common.Decomposition.CDT.TriangulationPoint class
public TriangulationPoint(double x, double y)
Parameters
Fields
X
The
public double X
Field Value
Y
The
public double Y
Field Value
Properties
Edges
Gets or sets the value of the edges
public List<DtSweepConstraint> Edges { get; private set; }
Property Value
HasEdges
Gets the value of the has edges
public bool HasEdges { get; }
Property Value
Xf
Gets or sets the value of the xf
public float Xf { get; set; }
Property Value
Yf
Gets or sets the value of the yf
public float Yf { get; set; }
Property Value
Methods
AddEdge(DtSweepConstraint)
Adds the edge using the specified e
public void AddEdge(DtSweepConstraint e)
Parameters
e
DtSweepConstraint-
The
ToString()
Returns the string
public override string ToString()
Returns
- string
-
The string