Class Contour
contour_type
public class Contour
- Inheritance
-
Contour
- Inherited Members
- Extension Methods
Constructors
Contour(List<Edge>)
Construct Contour from Edges. Edges should form a closed contour.
public Contour(List<Edge> edges)
Parameters
Contour(List<Point3d>)
Construct a closed contour from points.
public Contour(List<Point3d> points)
Parameters
Fields
Edges
public List<Edge> Edges
Field Value
Properties
Points
public List<Point3d> Points { get; }
Property Value
Methods
Reverse()
Reverse direction of edges in this contour
public void Reverse()
Operators
implicit operator Contour_type(Contour)
public static implicit operator Contour_type(Contour obj)
Parameters
objContour