MechanicalProperties.YoungModulusInIsotropicPlane Property

Fortran DLL Wrapper

MechanicalPropertiesYoungModulusInIsotropicPlane 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
public double[] YoungModulusInIsotropicPlane { get; set; }
Public Property YoungModulusInIsotropicPlane As Double()
	Get
	Set
public:
virtual property array<double>^ YoungModulusInIsotropicPlane {
	array<double>^ get () sealed;
	void set (array<double>^ value) sealed;
}
abstract YoungModulusInIsotropicPlane : float[] with get, set
override YoungModulusInIsotropicPlane : float[] with get, set

Property Value

Type: Double

Implements

IMechanicalPropertiesYoungModulusInIsotropicPlane
See Also