Description:
Adds a line object to Rhino.
Syntax:
Parameters:
- line
- Type: Line
- The line value.
- attributes
- Type: ObjectAttributes
- Attributes to apply to line.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0
Description:
Adds a line object to Rhino.
Syntax:
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0
Description:
Syntax:
public Guid AddLine(
Point3d from,
Point3d to,
ObjectAttributes attributes,
HistoryRecord history,
bool reference
)
Point3d from,
Point3d to,
ObjectAttributes attributes,
HistoryRecord history,
bool reference
)
Returns:
Type: Guid
Available since:
5.0
Description:
Adds a line object to Rhino.
Syntax:
Parameters:
- from
- Type: Point3d
- The line origin.
- to
- Type: Point3d
- The line end.
- attributes
- Type: ObjectAttributes
- Attributes to apply to line.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0