File3dmObjectTable.AddCurve Method (Curve)

File3dmObjectTableAddCurve Method (Curve)

Adds a curve object to the table.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
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: 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