IElasticModel.MechanicalProperties Property

Fortran DLL Wrapper

IElasticModelMechanicalProperties Property

Gets or sets mechanical properties.

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
IMechanicalProperties MechanicalProperties { get; set; }
Property MechanicalProperties As IMechanicalProperties
	Get
	Set
property IMechanicalProperties^ MechanicalProperties {
	IMechanicalProperties^ get ();
	void set (IMechanicalProperties^ value);
}
abstract MechanicalProperties : IMechanicalProperties with get, set

Property Value

Type: IMechanicalProperties
See Also