AutoCAD.Line

Inherits from AutoCAD.Entity

Description

A class that encapsulates a line in a DWG file.

This class is a FlexScript wrapper for the AcDbLine class.

Properties

endPoint Gets/sets the line's end point.
startPoint Gets/sets the line's start point.

Methods

create Creates a new AutoCAD.Line object.

Details

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.Line.endPoint

Vec3 endPoint

Description

Gets/sets the line's end point.

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.Line.startPoint

Vec3 startPoint

Description

Gets/sets the line's start point.

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.Line.create()

AutoCAD.Line create( )

Returns

AutoCAD.Line A new AutoCAD.Line object.

Description

Creates a new AutoCAD.Line object.


				var line = AutoCAD.Line.create();