Interop.TryCopyToOnArc Method

InteropTryCopyToOnArc Method

Attempts to copy the contents of a Rhino.Geometry.Arc to a RMA.OpenNURBS.OnArc.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool TryCopyToOnArc(
	Arc source,
	Object destination
)
Public Shared Function TryCopyToOnArc ( 
	source As Arc,
	destination As Object
) As Boolean

Parameters

source
Type: Rhino.GeometryArc
A source arc.
destination
Type: SystemObject
A destination OnArc.

Return Value

Type: Boolean
true if the operation succeeded; false otherwise.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also