ElasticModel.MechanicalProperties Property

Fortran DLL Wrapper

ElasticModelMechanicalProperties Property

Gets or sets mechanical properties.

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

Property Value

Type: IMechanicalProperties

Implements

IElasticModelMechanicalProperties
See Also