Arc2d.LeftDeflection Property

Another way to define an arc. Used in Optalog Nesting API. If the left_deflection is 0.0, the element is a segment, otherwise the element is an arc. It represents the signed distance from the middle of the chord to the middle of the arc, so left_deflection is positive if the arc goes clockwise.
Public ReadOnly Property LeftDeflection() As Double
This language is not supported or no code example is available.
public double LeftDeflection {get;}
This language is not supported or no code example is available.
public:  
property double LeftDeflection { 
double get( ); 
}
This language is not supported or no code example is available.
public function get LeftDeflection() : double;
This language is not supported or no code example is available.

Property Value

double

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition