ArcCurve Constructor (Arc, Double, Double)

ArcCurve Constructor (Arc, Double, Double)

Initializes a new ArcCurve instance, copying values from another Arc and specifying the needed parametrization of the arc.

Arc will not be cut again at these parameterizations.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public ArcCurve(
	Arc arc,
	double t0,
	double t1
)
Public Sub New ( 
	arc As Arc,
	t0 As Double,
	t1 As Double
)

Parameters

arc
Type: Rhino.GeometryArc
An original arc.
t0
Type: SystemDouble
A new Domain.T0 value.
t1
Type: SystemDouble
A new Domain.T1 value.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also