C# Class TriangleNet.Behavior

Controls the behavior of the meshing software.
Afficher le fichier Open project: filipkunc/GLGraphics Class Usage Examples

Méthodes publiques

Méthode Description
Behavior ( ) : System
Behavior ( bool quality, double minAngle ) : System

Creates an instance of the Behavior class.

Private Methods

Méthode Description
Update ( ) : void

Update quality options dependencies.

Method Details

Behavior() public méthode

public Behavior ( ) : System
Résultat System

Behavior() public méthode

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