| 
            
              FactoryMaterialIsotropicMaterial Method 
             | 
          
        
         
            create a new isotropic material.
            
 
    Namespace: 
   Karamba.Factories
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic FemMaterial IsotropicMaterial(
	string family,
	string name,
	double E,
	double Gip,
	double Gtr,
	double gamma,
	double ft,
	double fc,
	FemMaterialFlowHypothesis flowHypo,
	double alphaT,
	Nullable<Color> color = null
)
Public Function IsotropicMaterial ( 
	family As String,
	name As String,
	E As Double,
	Gip As Double,
	Gtr As Double,
	gamma As Double,
	ft As Double,
	fc As Double,
	flowHypo As FemMaterialFlowHypothesis,
	alphaT As Double,
	Optional color As Nullable(Of Color) = Nothing
) As FemMaterial
public:
FemMaterial^ IsotropicMaterial(
	String^ family, 
	String^ name, 
	double E, 
	double Gip, 
	double Gtr, 
	double gamma, 
	double ft, 
	double fc, 
	FemMaterialFlowHypothesis flowHypo, 
	double alphaT, 
	Nullable<Color> color = nullptr
)
member IsotropicMaterial : 
        family : string * 
        name : string * 
        E : float * 
        Gip : float * 
        Gtr : float * 
        gamma : float * 
        ft : float * 
        fc : float * 
        flowHypo : FemMaterialFlowHypothesis * 
        alphaT : float * 
        ?color : Nullable<Color> 
(* Defaults:
        let _color = defaultArg color null
*)
-> FemMaterial 
Parameters
- family
 - Type: SystemString
family name. - name
 - Type: SystemString
name. - E
 - Type: SystemDouble
Young's Modulus [kN/m2]. - Gip
 - Type: SystemDouble
in-plane shear modulus [kN/m2]. - Gtr
 - Type: SystemDouble
transverse shear modulus [kN/m2]. - gamma
 - Type: SystemDouble
specific weight [kN/m3]. - ft
 - Type: SystemDouble
material tensile strength [kN/m2]. - fc
 - Type: SystemDouble
material compressive strength [kN/m2]. - flowHypo
 - Type: Karamba.MaterialsFemMaterialFlowHypothesis
the material's flow hypothesis. - alphaT
 - Type: SystemDouble
coefficient of thermal expansion. - color (Optional)
 - Type: SystemNullableColor
color. 
Return Value
Type: 
FemMaterial[Missing <returns> documentation for "M:Karamba.Factories.FactoryMaterial.IsotropicMaterial(System.String,System.String,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,Karamba.Materials.FemMaterial.FlowHypothesis,System.Double,System.Nullable{System.Drawing.Color})"]
See Also