C# Class ChronoEngineAddin.EditChBody

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

Méthodes publiques

Свойство Type Description
m_collide bool
m_collision_envelope double
m_collision_family int
m_collision_margin double
m_conveyor_speed double
m_friction double
m_restitution double
m_rolling_friction double
m_spinning_friction double

Méthodes publiques

Méthode Description
EditChBody ( ) : System
Set_collision_envelope ( double mval ) : void
Set_collision_family ( int mval ) : void
Set_collision_margin ( double mval ) : void
Set_collision_on ( bool mval ) : void
Set_conveyor_speed ( double mval ) : void
Set_friction ( double mval ) : void
Set_restitution ( double mval ) : void
Set_rolling_friction ( double mval ) : void
Set_spinning_friction ( double mval ) : void
StoreToSelection ( SelectionMgr swSelMgr, AttributeDef &mdefattr_chbody ) : void
UpdateFromSelection ( SelectionMgr swSelMgr, AttributeDef &mdefattr_chbody ) : 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

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

EditChBody() public méthode

public EditChBody ( ) : System
Résultat System

Set_collision_envelope() public méthode

public Set_collision_envelope ( double mval ) : void
mval double
Résultat void

Set_collision_family() public méthode

public Set_collision_family ( int mval ) : void
mval int
Résultat void

Set_collision_margin() public méthode

public Set_collision_margin ( double mval ) : void
mval double
Résultat void

Set_collision_on() public méthode

public Set_collision_on ( bool mval ) : void
mval bool
Résultat void

Set_conveyor_speed() public méthode

public Set_conveyor_speed ( double mval ) : void
mval double
Résultat void

Set_friction() public méthode

public Set_friction ( double mval ) : void
mval double
Résultat void

Set_restitution() public méthode

public Set_restitution ( double mval ) : void
mval double
Résultat void

Set_rolling_friction() public méthode

public Set_rolling_friction ( double mval ) : void
mval double
Résultat void

Set_spinning_friction() public méthode

public Set_spinning_friction ( double mval ) : void
mval double
Résultat void

StoreToSelection() public méthode

public StoreToSelection ( SelectionMgr swSelMgr, AttributeDef &mdefattr_chbody ) : void
swSelMgr SelectionMgr
mdefattr_chbody AttributeDef
Résultat void

UpdateFromSelection() public méthode

public UpdateFromSelection ( SelectionMgr swSelMgr, AttributeDef &mdefattr_chbody ) : void
swSelMgr SelectionMgr
mdefattr_chbody AttributeDef
Résultat void

Property Details

m_collide public_oe property

public bool m_collide
Résultat bool

m_collision_envelope public_oe property

public double m_collision_envelope
Résultat double

m_collision_family public_oe property

public int m_collision_family
Résultat int

m_collision_margin public_oe property

public double m_collision_margin
Résultat double

m_conveyor_speed public_oe property

public double m_conveyor_speed
Résultat double

m_friction public_oe property

public double m_friction
Résultat double

m_restitution public_oe property

public double m_restitution
Résultat double

m_rolling_friction public_oe property

public double m_rolling_friction
Résultat double

m_spinning_friction public_oe property

public double m_spinning_friction
Résultat double