File3dmObjectTableAddCurve Method (Curve) |
Adds a curve object to the table.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also