ArcCurve Constructor (ArcCurve) |
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public ArcCurve(
ArcCurve other
)
Public Sub New (
other As ArcCurve
)
Parameters
- other
- Type: Rhino.GeometryArcCurve
Another ArcCurve.
See Also