C# Class ChronoEngineAddin.ConvexDecompForm

Inheritance: System.Windows.Forms.Form
Show file Open project: projectchrono/chrono-solidworks

Public Properties

Property Type Description
addextradistancepoints bool
addextrafacepoints bool
compacity double
concavity double
connectdistance double
maxvertexespercluster int
maxvertexespermesh int
minclusters int
smallclusterthreshold double
volumeweight double

Public Methods

Method Description
ConvexDecompForm ( ) : 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.

button1_Click ( object sender, EventArgs e ) : void

Method Details

ConvexDecompForm() public method

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

addextradistancepoints public property

public bool addextradistancepoints
return bool

addextrafacepoints public property

public bool addextrafacepoints
return bool

compacity public property

public double compacity
return double

concavity public property

public double concavity
return double

connectdistance public property

public double connectdistance
return double

maxvertexespercluster public property

public int maxvertexespercluster
return int

maxvertexespermesh public property

public int maxvertexespermesh
return int

minclusters public property

public int minclusters
return int

smallclusterthreshold public property

public double smallclusterthreshold
return double

volumeweight public property

public double volumeweight
return double