IMechanicalProperties.YoungModulusInIsotropicPlane Property

Fortran DLL Wrapper

IMechanicalPropertiesYoungModulusInIsotropicPlane Property

Gets or sets Young's modulus in isotropic plane. Unit: Megapascal (MPa).

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
double[] YoungModulusInIsotropicPlane { get; set; }
Property YoungModulusInIsotropicPlane As Double()
	Get
	Set
property array<double>^ YoungModulusInIsotropicPlane {
	array<double>^ get ();
	void set (array<double>^ value);
}
abstract YoungModulusInIsotropicPlane : float[] with get, set

Property Value

Type: Double
See Also