Arc3 Constructor
Initializes a new instance of the
Arc3 class.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public Arc3(
Plane3 plane,
Point3 center,
double radius,
double angleRadians
)
Public Sub New (
plane As Plane3,
center As Point3,
radius As Double,
angleRadians As Double
)
public:
Arc3(
Plane3^ plane,
Point3 center,
double radius,
double angleRadians
)
new :
plane : Plane3 *
center : Point3 *
radius : float *
angleRadians : float -> Arc3
Parameters
- plane Plane3
- Alignment plane for arc.
- center Point3
- Center for arc.
- radius Double
- Radius of arc.
- angleRadians Double
- Sweep angle of arc (radians).