File3dmObjectTableAddCurve Method (Curve) |
Adds a curve object to the table.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Guid AddCurve(
Curve curve
)
Public Function AddCurve (
curve As Curve
) As Guid
Parameters
- curve
- Type: Rhino.GeometryCurve
A curve to add.
Return Value
Type:
GuidA unique identifier for the object.
See Also