ArcCurve Constructor (Arc) |
Initializes a new
ArcCurve instance,
copying values from another
Arc.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic ArcCurve(
Arc arc
)
Public Sub New (
arc As Arc
)
Parameters
- arc
- Type: Rhino.GeometryArc
Another Arc.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also