IHasBeginAndEndEccentricities Interface |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Interfaces
public interface IHasBeginAndEndEccentricities
The IHasBeginAndEndEccentricities type exposes the following members.
| Name | Description | |
|---|---|---|
| AnalysisEccentricityYBegin |
Eccentricity of the force system line in Y direction of the local coordinate system at the beginning of the element.
| |
| AnalysisEccentricityYEnd |
Eccentricity of the force system line in Y direction of the local coordinate system at the end of the element.
| |
| AnalysisEccentricityZBegin |
Eccentricity of the force system line in Z direction of the local coordinate system at the beginning of the element.
| |
| AnalysisEccentricityZEnd |
Eccentricity of the force system line in Z direction of the local coordinate system at the end of the element.
| |
| StructuralEccentricityYBegin |
Eccentricity of the system line in Y direction of the local coordinate system at the beginning of the element.
| |
| StructuralEccentricityYEnd |
Eccentricity of the system line in Y direction of the local coordinate system at the end of the element.
| |
| StructuralEccentricityZBegin |
Eccentricity of the system line in Z direction of the local coordinate system at the beginning of the element.
| |
| StructuralEccentricityZEnd |
Eccentricity of the system line in Z direction of the local coordinate system at the end of the element.
|