C# Class ChronoEngineAddin.ConvexDecomp2

Afficher le fichier Open project: projectchrono/chrono-solidworks Class Usage Examples

Méthodes publiques

Свойство Type Description
m_alpha double
m_anglerefine int
m_anglesampling int
m_concavity double
m_decimate int
m_depht int
m_positionsampling int
m_posrefine int

Méthodes publiques

Méthode Description
ConvexDecomp2 ( ) : 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.

button_ok_Click ( object sender, EventArgs e ) : void

Method Details

ConvexDecomp2() public méthode

public ConvexDecomp2 ( ) : 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

m_alpha public_oe property

public double m_alpha
Résultat double

m_anglerefine public_oe property

public int m_anglerefine
Résultat int

m_anglesampling public_oe property

public int m_anglesampling
Résultat int

m_concavity public_oe property

public double m_concavity
Résultat double

m_decimate public_oe property

public int m_decimate
Résultat int

m_depht public_oe property

public int m_depht
Résultat int

m_positionsampling public_oe property

public int m_positionsampling
Résultat int

m_posrefine public_oe property

public int m_posrefine
Résultat int