Show / Hide Table of Contents

Interface IGeoLinear

Interface for a Geometric Linear Object

Namespace: Dxflib.Geometry
Assembly: Dxflib.dll
Syntax
public interface IGeoLinear

Properties

| Improve this Doc View Source

Area

The Area of the segment

Declaration
double Area { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Length

The Length of the Segment

Declaration
double Length { get; }
Property Value
Type Description
System.Double

Methods

| Improve this Doc View Source

ToVector()

Convert the Segment to a Vector

Declaration
Vector ToVector()
Returns
Type Description
Vector
  • Improve this Doc
  • View Source
Back to top Generated by DocFX