Click or drag to resize

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)
Since: 5.0
Syntax
public static bool TryCopyToOnArc(
	Arc source,
	Object destination
)

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.
See Also