C# Class TriangleNet.Behavior

Controls the behavior of the meshing software.
Exibir arquivo Open project: filipkunc/GLGraphics Class Usage Examples

Public Methods

Method Description
Behavior ( ) : System
Behavior ( bool quality, double minAngle ) : System

Creates an instance of the Behavior class.

Private Methods

Method Description
Update ( ) : void

Update quality options dependencies.

Method Details

Behavior() public method

public Behavior ( ) : System
return System

Behavior() public method

Creates an instance of the Behavior class.
public Behavior ( bool quality, double minAngle ) : System
quality bool
minAngle double
return System