Description:
Syntax:
public Guid AddCurve(
Curve curve,
ObjectAttributes attributes,
HistoryRecord history,
bool reference
)
Curve curve,
ObjectAttributes attributes,
HistoryRecord history,
bool reference
)
Returns:
Type: Guid
Available since:
5.0
Description:
Adds a curve object to Rhino.
Syntax:
Parameters:
- curve
- Type: Curve
- A curve. A duplicate of this curve is added to Rhino.
- attributes
- Type: ObjectAttributes
- Attributes to apply to curve.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0