Class LineSupport
- Namespace
- IdeaRS.OpenModel.Detail
- Assembly
- IdeaRS.OpenModel.dll
Line support
public class LineSupport : OpenElementId
Inheritance
Inherited Members
Constructors
LineSupport()
constructor
public LineSupport()
Properties
Direction
local / global
public LoadDirection Direction { get; set; }
Property Value
EdgePositionType
edge position type
public EdgeOrientationType EdgePositionType { get; set; }
Property Value
GeneralLine
general shape
public PolyLine2D GeneralLine { get; set; }
Property Value
GeomId
Id representing geometrical parts of Detail
public int GeomId { get; set; }
Property Value
GeometryPointsPath
list of line load points
public Polygon2D GeometryPointsPath { get; set; }
Property Value
IsPressureOnlyY
pressure only for Y
public bool IsPressureOnlyY { get; set; }
Property Value
IsUserStiffnessX
true for user stiffness
public bool IsUserStiffnessX { get; set; }
Property Value
IsUserStiffnessY
true for user stiffness
public bool IsUserStiffnessY { get; set; }
Property Value
MasterComponent
Gets or sets the master component
public ReferenceElement MasterComponent { get; set; }
Property Value
MasterEdge
master component edge
public int MasterEdge { get; set; }
Property Value
Name
Gets or set the name
public string Name { get; set; }
Property Value
OnWallEdge
true to add line support on wall edge
public bool OnWallEdge { get; set; }
Property Value
PositionOnEdge
position od edge
public double PositionOnEdge { get; set; }
Property Value
Rz
rotation Rz
public bool Rz { get; set; }
Property Value
StiffnessRz
support stiffness Rz
public double StiffnessRz { get; set; }
Property Value
StiffnessX
support stiffness X
public double StiffnessX { get; set; }
Property Value
StiffnessY
support stiffness Y
public double StiffnessY { get; set; }
Property Value
SupportLength
support lengtj
public double SupportLength { get; set; }
Property Value
TypeEdgePosition
edge position type
public TypeEdgePosition TypeEdgePosition { get; set; }
Property Value
X
displacement in X
public bool X { get; set; }
Property Value
Y
displacement in Y
public bool Y { get; set; }