Table of Contents

Class ArcEdge

Namespace
FemDesign.Geometry
Assembly
FemDesign.Core.dll
public class ArcEdge : Edge
Inheritance
ArcEdge
Inherited Members
Extension Methods

Constructors

ArcEdge()

public ArcEdge()

ArcEdge(Point3d, Point3d, Point3d, Plane)

public ArcEdge(Point3d start, Point3d middle, Point3d end, Plane plane)

Parameters

start Point3d
middle Point3d
end Point3d
plane Plane

ArcEdge(double, double, double, Point3d, Vector3d, Plane)

public ArcEdge(double radius, double startAngle, double endAngle, Point3d center, Vector3d xAxis, Plane plane)

Parameters

radius double
startAngle double
endAngle double
center Point3d
xAxis Vector3d
plane Plane