C# Class ChronoEngineAddin.ConvexDecomp2

Show file Open project: projectchrono/chrono-solidworks Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
ConvexDecomp2 ( ) : System
SetMeshInfo ( int numfaces, int numvertexes ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public ConvexDecomp2 ( ) : System
return System

Dispose() protected method

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

SetMeshInfo() public method

public SetMeshInfo ( int numfaces, int numvertexes ) : void
numfaces int
numvertexes int
return void

Property Details

m_alpha public property

public double m_alpha
return double

m_anglerefine public property

public int m_anglerefine
return int

m_anglesampling public property

public int m_anglesampling
return int

m_concavity public property

public double m_concavity
return double

m_decimate public property

public int m_decimate
return int

m_depht public property

public int m_depht
return int

m_positionsampling public property

public int m_positionsampling
return int

m_posrefine public property

public int m_posrefine
return int