Interface ICadApiArc
An arc or circle entity in a 2D sketch.
Namespace: CADAPI.Model
Assembly: CADAPI.Model.dll
Syntax
[Guid("82FED3DF-584D-4340-ADD0-D3BEA943818A")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICadApiArc
Properties
CX
Declaration
double CX { get; }
Property Value
| Type | Description |
|---|---|
| double |
CY
Declaration
double CY { get; }
Property Value
| Type | Description |
|---|---|
| double |
EndAngle
Declaration
double EndAngle { get; }
Property Value
| Type | Description |
|---|---|
| double |
Id
Declaration
string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
IsCircle
Declaration
bool IsCircle { get; }
Property Value
| Type | Description |
|---|---|
| bool |
R
Declaration
double R { get; }
Property Value
| Type | Description |
|---|---|
| double |
StartAngle
Declaration
double StartAngle { get; }
Property Value
| Type | Description |
|---|---|
| double |