Description:
Adds a line object to Rhino.
Syntax:
Parameters:
- line
- Type: Line
- A line.
- attributes
- Type: DocObjects.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:
Adds a line object to Rhino.
Syntax:
Parameters:
- from
- Type: Point3d
- The start point of the line.
- to
- Type: Point3d
- The end point of the line.
- attributes
- Type: DocObjects.ObjectAttributes
- Attributes to apply to line.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0