Click or drag to resize

LoadInPointSharedTCoordinate Class

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

Defines surface load at specific location. It means coordinate and value of load
Inheritance Hierarchy
SystemObject
  ModelExchanger.Shared.Models.LoadsLoadInPointSharedTCoordinate
    ModelExchanger.AnalysisDataModel.Subtypes.LoadLoadInPoint

Namespace:  ModelExchanger.Shared.Models.Loads
Assembly:  ModelExchanger.Shared.Models (in ModelExchanger.Shared.Models.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public class LoadInPointShared<TCoordinate> : IEquatable<LoadInPointShared<TCoordinate>>
where TCoordinate : class, ICoordinate

Type Parameters

TCoordinate
Coordinate type

The LoadInPointSharedTCoordinate type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyLocation
Location of the load
Public propertyValue
Value of the load
Top
Methods
  NameDescription
Public methodEquals(LoadInPointSharedTCoordinate)
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
See Also