Click or drag to resize

LoadInPoint 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.LoadsLoadInPointSharedCoordinate
    ModelExchanger.AnalysisDataModel.Subtypes.LoadLoadInPoint

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes.Load
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public sealed class LoadInPoint : LoadInPointShared<Coordinate>

The LoadInPoint type exposes the following members.

Constructors
  NameDescription
Public methodLoadInPoint(Coordinate, Double)
Creates new surface load with location
Public methodLoadInPoint(Coordinate, Pressure)
Creates new surface load with location
Top
Properties
Methods
See Also