M_Rhino_Geometry_ArcCurve__ctor_2 - mcneel/rhinocommon-api-docs GitHub Wiki

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) Version: Rhino 6.0

Syntax

C#

public ArcCurve(
	Arc arc,
	double t0,
	double t1
)

VB

Public Sub New ( 
	arc As Arc,
	t0 As Double,
	t1 As Double
)

Parameters

 

arc
Type: Rhino.Geometry.Arc
An original arc.
t0
Type: System.Double
A new Domain.T0 value.
t1
Type: System.Double
A new Domain.T1 value.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

ArcCurve Class
ArcCurve Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️