Click or drag to resize

CrossSectionalProperties Class

[This is preliminary documentation and is subject to change.]

Contains additional cross-section properties
Inheritance Hierarchy
SystemObject
  ModelExchanger.Shared.Models.LibrariesCrossSectionalProperties

Namespace:  ModelExchanger.Shared.Models.Libraries
Assembly:  ModelExchanger.Shared.Models (in ModelExchanger.Shared.Models.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public sealed class CrossSectionalProperties : IEquatable<CrossSectionalProperties>

The CrossSectionalProperties type exposes the following members.

Constructors
  NameDescription
Public methodCrossSectionalProperties
Top
Properties
  NameDescription
Public propertyA
Section area
Public propertyIt
Torsion moment of inertia
Public propertyIw
Warping constant
Public propertyIy
Moment of inertia about the Y-axis
Public propertyIz
Moment of inertia about Z-axis
Public propertyWply
Plastic modulus about the Y-axis
Public propertyWplz
Plastic modulus about the Z-axis
Top
Methods
  NameDescription
Public methodEquals(CrossSectionalProperties)
Compare an instance of CrossSectionalProperties to the current instance for equality
Public methodEquals(Object)
Compare an object against the current instance for equality.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Calculate the hash code of this instance.
(Overrides ObjectGetHashCode.)
Top
See Also