RegenParams(Double, Double, Environment) Constructor

Deviation and angle constructor.
Public Sub New( _ 
ByVal deviation As Double, _ 
ByVal angle As Double, _ 
Optional ByVal environment As Environment = null _ 
)
This language is not supported or no code example is available.
public RegenParams( 
double deviation
double angle
Environment environment = null 
)
This language is not supported or no code example is available.

Parameters

deviation
double

The maximum deviation

angle
double

The maximum angular deflection in radians. Ignored when zero.

environment
Environment

The environment control. Can be null/Nothing when annotation entities (Text, Dimension, etc.) are not involved.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition