File3dmObjectTable.AddArc Method (Arc)

File3dmObjectTableAddArc Method (Arc)

Adds a curve object to the document representing an arc.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Guid AddArc(
	Arc arc
)
Public Function AddArc ( 
	arc As Arc
) As Guid

Parameters

arc
Type: Rhino.GeometryArc
An arc.

Return Value

Type: Guid
A unique identifier for the object.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also