MechanicalProperties Class

Fortran DLL Wrapper

MechanicalProperties Class

Implementation of IMechanicalProperties and ICloneable.
Inheritance Hierarchy
SystemObject  FortranWrapperMechanicalProperties

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
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.

Constructors
  NameDescription
Public methodMechanicalProperties
Initializes a new instance of the MechanicalProperties class
Top
Properties
  NameDescription
Public propertyPoissonRatioInIsotropicPlane
Gets or sets Poisson's ratio in isotropic plane. Unit: NA (scalar).
Public propertyPoissonRatioInTransverseDirection
Gets or sets Poisson's ratio in transverse direction. Unit: NA (scalar).
Public propertyYoungModulusInIsotropicPlane
Gets or sets Young's modulus in isotropic plane. Unit: Megapascal (MPa).
Public propertyYoungModulusInTransverseDirection
Gets or sets Young's modulus in transverse direction. Unit: Megapascal (MPa).
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also