File3dmObjectTableAddArc Method (Arc) |
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
)
Public Function AddArc (
arc As Arc
) As Guid
Parameters
- arc
- Type: Rhino.GeometryArc
An arc.
Return Value
Type:
GuidA unique identifier for the object.
See Also