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
)
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:
Booleantrue if the operation succeeded; false otherwise.
See Also