Skip to content

ACadSharp.Entities.Line

Albert Domenech edited this page Jul 14, 2024 · 2 revisions

Line Class

Represents a entity.

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Entities

C#

public class Line

Properties

Returns Name Summary
XYZ EndPoint A 3D coordinate representing the end point of the object.
XYZ Normal Specifies the three-dimensional normal unit vector for the object.
String ObjectName
ObjectType ObjectType
XYZ StartPoint A 3D coordinate representing the start point of the object.
String SubclassMarker
Double Thickness Specifies the distance a 2D object is extruded above or below its elevation.
Clone this wiki locally