Click or drag to resize

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
)

Parameters

curve
Type: Rhino.GeometryCurve
A curve to add.

Return Value

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