M_Rhino_Geometry_ArcCurve__ctor_5 - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new ArcCurve instance, copying values from a Circle and specifying the needed parametrization of the arc. Circle will not be newly cut at these parameterizations.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public ArcCurve(
Circle circle,
double t0,
double t1
)
VB
Public Sub New (
circle As Circle,
t0 As Double,
t1 As Double
)
- circle
- Type: Rhino.Geometry.Circle
A circle. - t0
- Type: System.Double
A new Domain.T0 value. - t1
- Type: System.Double
A new Domain.T1 value.
Supported in: 6.0.16224.21491, 5D58w