Interface IGeoLinear
Interface for a Geometric Linear Object
Namespace: Dxflib.Geometry
Assembly: Dxflib.dll
Syntax
public interface IGeoLinear
Properties
| Improve this Doc View SourceArea
The Area of the segment
Declaration
double Area { get; }
Property Value
Type | Description |
---|---|
System.Double |
Length
The Length of the Segment
Declaration
double Length { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceToVector()
Convert the Segment to a Vector
Declaration
Vector ToVector()
Returns
Type | Description |
---|---|
Vector |