MechanicalProperties.PoissonRatioInIsotropicPlane Property

Fortran DLL Wrapper

MechanicalPropertiesPoissonRatioInIsotropicPlane Property

Gets or sets Poisson's ratio in isotropic plane. Unit: NA (scalar).

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

Property Value

Type: Double

Implements

IMechanicalPropertiesPoissonRatioInIsotropicPlane
See Also