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
Do no remove, this fixes the anchor on doc.flexsim.com
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();