Poly2d.Shorten Method

Shortens an open poly with dist (must be positive). If not possible a copy of the poly is returned unchanged.
public Poly2d Shorten( 
   double dist 
)

Parameters

dist
double

Distance.

Return Value

Poly2d

A shortened poly.

.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