Method | Description | |
---|---|---|
GetForceAtPoint ( |
||
GetForcesDiagram ( |
||
GetStressAtPoint ( |
Gets the stress at the point specified by (pt22, pt33) in the Line's contour local axes, given the internal forces diagrams for Axial and Moments in 2 and 3.
|
|
LineStressCalculator ( ) : System | ||
getForcesDiagram ( |
Method | Description | |
---|---|---|
addToMomentDiagram ( LineLoad load, float dirComponent, float position, float lineLength ) : float | ||
addToShearDiagram ( LineLoad load, float dirComponent, float position, float lineLength ) : float | ||
addToShearMomentDiagram ( |
||
addToShearMomentDiagram ( |
||
requestXCtrlPts ( LineLoad load ) : float[] |
public GetForceAtPoint ( |
||
ac | ||
line | ||
component | LineForceComponent | |
xPos | float | |
return | float[] |
public GetForcesDiagram ( |
||
ac | ||
line | ||
component | LineForceComponent | |
numPoints | int | |
return | ].float[ |
public GetStressAtPoint ( |
||
section | ||
s1 | float | The axial internal forces diagram for the Line |
m22 | float | The Moment in 2 internal forces diagram for the Line |
m33 | float | The Moment in 3 internal forces diagram for the Line |
pointIndex | int | The index of the diagram to use at the moment, /// corresponds to the position in the Local-1 Axis |
pt22 | float | The point in the Local-2 Axis, corresponds to contour [.][1] |
pt33 | float | The point in the Local-2 Axis, corresponds to contour [.][0] |
return | float |
public getForcesDiagram ( |
||
ac | ||
line | ||
component | LineForceComponent | |
controlPoints | float | |
fI | float | |
fJ | float | |
return | void |