Interface ICadApiLine
A line segment entity in a 2D sketch.
Namespace: CADAPI.Model
Assembly: CADAPI.Model.dll
Syntax
[Guid("BBB9B837-FF56-412B-A328-AFB9475FF85D")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICadApiLine
Properties
Id
Declaration
string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
X1
Declaration
double X1 { get; }
Property Value
| Type | Description |
|---|---|
| double |
X2
Declaration
double X2 { get; }
Property Value
| Type | Description |
|---|---|
| double |
Y1
Declaration
double Y1 { get; }
Property Value
| Type | Description |
|---|---|
| double |
Y2
Declaration
double Y2 { get; }
Property Value
| Type | Description |
|---|---|
| double |