Arc3 Constructor

Initializes a new instance of the Arc3 class.

Definition

Namespace: Karamba.Geometry
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public Arc3(
	Plane3 plane,
	Point3 center,
	double radius,
	double angleRadians
)

Parameters

plane  Plane3
Alignment plane for arc.
center  Point3
Center for arc.
radius  Double
Radius of arc.
angleRadians  Double
Sweep angle of arc (radians).

See Also