C# Class SharpFEGrasshopper.Core.TypeClass.GH_ElasticMaterial

Description of GH_ElasticMaterial.
Inheritance: GH_Material
Mostrar archivo Open project: AndreasBak/GrasshopperSharpFE Class Usage Examples

Public Methods

Method Description
GH_ElasticMaterial ( double rho, double e, double nu, double g ) : System
ToSharpMaterial ( ) : IMaterial

Method Details

GH_ElasticMaterial() public method

public GH_ElasticMaterial ( double rho, double e, double nu, double g ) : System
rho double
e double
nu double
g double
return System

ToSharpMaterial() public method

public ToSharpMaterial ( ) : IMaterial
return IMaterial