MechanicalProperties Class
From Fortran DLL Wrapper
Fortran DLL Wrapper
MechanicalProperties Class |
Implementation of IMechanicalProperties and ICloneable.
Namespace: FortranWrapper
Assembly: FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
public class MechanicalProperties : IMechanicalProperties, ICloneable
Public Class MechanicalProperties Implements IMechanicalProperties, ICloneable
public ref class MechanicalProperties : IMechanicalProperties, ICloneable
type MechanicalProperties = class interface IMechanicalProperties interface ICloneable end
The MechanicalProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| MechanicalProperties | Initializes a new instance of the MechanicalProperties class |
| Name | Description | |
|---|---|---|
| PoissonRatioInIsotropicPlane |
Gets or sets Poisson's ratio in isotropic plane. Unit: NA (scalar).
| |
| PoissonRatioInTransverseDirection |
Gets or sets Poisson's ratio in transverse direction. Unit: NA (scalar).
| |
| YoungModulusInIsotropicPlane |
Gets or sets Young's modulus in isotropic plane. Unit: Megapascal (MPa).
| |
| YoungModulusInTransverseDirection |
Gets or sets Young's modulus in transverse direction. Unit: Megapascal (MPa).
|
| Name | Description | |
|---|---|---|
| Clone | Creates a new object that is a copy of the current instance. | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |