Click or drag to resize

StructuralSurfaceActionFreeLoadSharedTCoordinate Class

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

Defines loads on SurfaceActionFree element
Inheritance Hierarchy

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 abstract class StructuralSurfaceActionFreeLoadShared<TCoordinate> : IEquatable<StructuralSurfaceActionFreeLoadShared<TCoordinate>>
where TCoordinate : class

Type Parameters

TCoordinate
Coordinate type

The StructuralSurfaceActionFreeLoadSharedTCoordinate type exposes the following members.

Constructors
  NameDescription
Protected methodStructuralSurfaceActionFreeLoadSharedTCoordinate
Default constructor. Not publicly accessible to prevent construction of invalid Analysis Objects (e.g. without an ID or name) AutoMapper and JSON module require this constructor to be present for reflection purposes.
Top
Properties
  NameDescription
Public propertyDistribution
Defines the way the load is distributed on the surface
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(StructuralSurfaceActionFreeLoadSharedTCoordinate)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
See Also