C# Class ChronoEngineAddin.ConvexDecompForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: projectchrono/chrono-solidworks

Méthodes publiques

Свойство Type Description
addextradistancepoints bool
addextrafacepoints bool
compacity double
concavity double
connectdistance double
maxvertexespercluster int
maxvertexespermesh int
minclusters int
smallclusterthreshold double
volumeweight double

Méthodes publiques

Méthode Description
ConvexDecompForm ( ) : System
SetMeshInfo ( int numfaces, int numvertexes ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button1_Click ( object sender, EventArgs e ) : void

Method Details

ConvexDecompForm() public méthode

public ConvexDecompForm ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SetMeshInfo() public méthode

public SetMeshInfo ( int numfaces, int numvertexes ) : void
numfaces int
numvertexes int
Résultat void

Property Details

addextradistancepoints public_oe property

public bool addextradistancepoints
Résultat bool

addextrafacepoints public_oe property

public bool addextrafacepoints
Résultat bool

compacity public_oe property

public double compacity
Résultat double

concavity public_oe property

public double concavity
Résultat double

connectdistance public_oe property

public double connectdistance
Résultat double

maxvertexespercluster public_oe property

public int maxvertexespercluster
Résultat int

maxvertexespermesh public_oe property

public int maxvertexespermesh
Résultat int

minclusters public_oe property

public int minclusters
Résultat int

smallclusterthreshold public_oe property

public double smallclusterthreshold
Résultat double

volumeweight public_oe property

public double volumeweight
Résultat double