File3dmObjectTable.AddArc Method (Arc, ObjectAttributes)

File3dmObjectTableAddArc Method (Arc, ObjectAttributes)

Adds a curve object to the document representing an arc.

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

Parameters

arc
Type: Rhino.GeometryArc
An arc to add.
attributes
Type: Rhino.DocObjectsObjectAttributes
attributes to apply to arc.

Return Value

Type: Guid
A unique identifier for the object.
See Also