C# Class SharpFEGrasshopper.Core.TypeClass.GH_ElasticMaterial

Description of GH_ElasticMaterial.
Inheritance: GH_Material
Afficher le fichier Open project: AndreasBak/GrasshopperSharpFE Class Usage Examples

Méthodes publiques

Méthode Description
GH_ElasticMaterial ( double rho, double e, double nu, double g ) : System
ToSharpMaterial ( ) : IMaterial

Method Details

GH_ElasticMaterial() public méthode

public GH_ElasticMaterial ( double rho, double e, double nu, double g ) : System
rho double
e double
nu double
g double
Résultat System

ToSharpMaterial() public méthode

public ToSharpMaterial ( ) : IMaterial
Résultat IMaterial