Table of Contents

Class Contour

Namespace
FemDesign.Geometry
Assembly
FemDesign.Core.dll

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

edges List<Edge>

Contour(List<Point3d>)

Construct a closed contour from points.

public Contour(List<Point3d> points)

Parameters

points List<Point3d>

Fields

Edges

public List<Edge> Edges

Field Value

List<Edge>

Properties

Points

public List<Point3d> Points { get; }

Property Value

List<Point3d>

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

obj Contour

Returns

Contour_type