IMechanicalProperties.PoissonRatioInIsotropicPlane Property

Fortran DLL Wrapper

IMechanicalPropertiesPoissonRatioInIsotropicPlane 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
double[] PoissonRatioInIsotropicPlane { get; set; }
Property PoissonRatioInIsotropicPlane As Double()
	Get
	Set
property array<double>^ PoissonRatioInIsotropicPlane {
	array<double>^ get ();
	void set (array<double>^ value);
}
abstract PoissonRatioInIsotropicPlane : float[] with get, set

Property Value

Type: Double
See Also