Click or drag to resize

IHasBeginAndEndEccentricities Interface

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

Marker interface for objects that have eccentricities defined on begin and end, as well as structural and analysis eccentricities

Namespace:  ModelExchanger.AnalysisDataModel.Interfaces
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public interface IHasBeginAndEndEccentricities

The IHasBeginAndEndEccentricities type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisEccentricityYBegin
Eccentricity of the force system line in Y direction of the local coordinate system at the beginning of the element.
Public propertyAnalysisEccentricityYEnd
Eccentricity of the force system line in Y direction of the local coordinate system at the end of the element.
Public propertyAnalysisEccentricityZBegin
Eccentricity of the force system line in Z direction of the local coordinate system at the beginning of the element.
Public propertyAnalysisEccentricityZEnd
Eccentricity of the force system line in Z direction of the local coordinate system at the end of the element.
Public propertyStructuralEccentricityYBegin
Eccentricity of the system line in Y direction of the local coordinate system at the beginning of the element.
Public propertyStructuralEccentricityYEnd
Eccentricity of the system line in Y direction of the local coordinate system at the end of the element.
Public propertyStructuralEccentricityZBegin
Eccentricity of the system line in Z direction of the local coordinate system at the beginning of the element.
Public propertyStructuralEccentricityZEnd
Eccentricity of the system line in Z direction of the local coordinate system at the end of the element.
Top
See Also