Physical properties of an edge for problems of stress analysis.
Details
LabelEdgeSA object represents a physical data applicable to the edge label for the stress
analysis problem.
When you need to set or modify some physical parameters for the block label, you have to get the
LabelEdgeSAobject using Content property of
the Label object, modify the LabelEdgeSAobject
using its properties and then put it back to the Label object assigning your LabelEdgeSA
to the Content property of your Label object.
EdgeLabelSA object provides a way to specify external surface force applied to the edge
and restriction condition. The surface force can be specified by the vector components (ForceX and ForceY) or by
the normal pressure (Pressure or PressureLinear). Rigid constraint along the edge is
specified by prescribed displacement as a constant (FixedX
and FixedY) or a linear function of coordinates (FiexedXLinear and FixedYLinear).
Coordinate components of restraint condition and surface force are treated as polar or Cartesian
ones depends upon the value of Polar property.
Here is the complete list of properties that the LabelEdgeSA object provides in addition
to the methods and properties from its base class LabelEdge.
Sets and gets the normal pressure applied to the edge as a linear function on the
coordinates (as LinFunc).
Please see the note for the DirichletLinear property in the LabelEdge topic.
If TRUE defines that coordinate components of the rigid constraint and applied force
are considered in polar coordinates instead of the Cartesian ones.
The general LabelEdge's properties take here the following meaning:
Is not applicable to the stress analysis problem and does nothing
Note: All the values what have dimension of length or depend upon length should always be measured
in meters. It is unlike of using QuickField graphic user interface, where you submit the lenght
values in chosen length units.