Arc2d.Offset Method

Computes an offsetted arc. If the arc is offsetted to much, a zero length arc at center is returned.
Public Function Offset( _ 
ByVal dist As Double
) As Arc2d
This language is not supported or no code example is available.
public Arc2d Offset( 
double dist 
)
This language is not supported or no code example is available.
public:  
Arc2d^ Offset( 
double dist 
)
This language is not supported or no code example is available.
public function Offset( 
dist : double 
) : Arc2d;
This language is not supported or no code example is available.

Parameters

dist
double

The distance to offset the arc. If posetive, the arc is offsetted to the right, otherwise to the left.

Return Value

Arc2d

A new arc which is the offset of this arc.

.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