Click or drag to resize

MemberThicknessTPoint Class

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

Defines the thickness of a structural element
Inheritance Hierarchy
SystemObject
  ModelExchanger.AnalysisDataModel.SubtypesMemberThicknessTPoint

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public sealed class MemberThickness<TPoint> : IEquatable<MemberThickness<TPoint>>
where TPoint : ICoordinate

Type Parameters

TPoint
The type of coordinate being used

The MemberThicknessTPoint type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDistribution
The distribution of the thickness across the member.
Public propertyPointFirst
The point in which ThicknessFirst is applied when Distribution is not constant.
Public propertyPointSecond
The point in which ThicknessSecond is applied when Distribution is not constant.
Public propertyPointThird
The point in which ThicknessThird is applied when Distribution is not constant.
Public propertyThicknessFirst
The thickness of the structural surface member in PointFirst or the constant thickness when Distribution is set to constant
Public propertyThicknessSecond
The thickness of the structural surface member in PointSecond
Public propertyThicknessThird
The thickness of the structural surface member in PointThird
Top
Methods
  NameDescription
Public methodEquals(MemberThicknessTPoint)
Compare this instance against another instance and check for equality
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
Extension Methods
See Also