Class LineSupportSegment
- Namespace
- IdeaRS.OpenModel.Model
- Assembly
- IdeaRS.OpenModel.dll
Line support on segment
[OpenModelClass("CI.StructModel.Structure.LineSupportSegment,CI.StructuralElements", "CI.StructModel.Structure.ILineSupportSegment,CI.BasicTypes")]
public class LineSupportSegment : OpenElementId
Inheritance
Inherited Members
Properties
FlexibleStiffnessRX
Support stiffness rotational RX
public double FlexibleStiffnessRX { get; set; }
Property Value
FlexibleStiffnessRY
Support stiffness rotational RY
public double FlexibleStiffnessRY { get; set; }
Property Value
FlexibleStiffnessRZ
Support stiffness rotational RZ
public double FlexibleStiffnessRZ { get; set; }
Property Value
FlexibleStiffnessX
Support stiffness X dirrection
public double FlexibleStiffnessX { get; set; }
Property Value
FlexibleStiffnessY
Support stiffness Y dirrection
public double FlexibleStiffnessY { get; set; }
Property Value
FlexibleStiffnessZ
Support stiffness Z dirrection
public double FlexibleStiffnessZ { get; set; }
Property Value
LocalCoordinateSystem
Support local coord system
public CoordSystem LocalCoordinateSystem { get; set; }
Property Value
Segment
Reference to geometrical segment3D
[OpenModelProperty("GeoSegment")]
public ReferenceElement Segment { get; set; }
Property Value
SupportTypeRX
Support type in dirrection round X
public SupportTypeInDirrection SupportTypeRX { get; set; }
Property Value
SupportTypeRY
Support type in dirrection round Y
public SupportTypeInDirrection SupportTypeRY { get; set; }
Property Value
SupportTypeRZ
Support type in dirrection round Z
public SupportTypeInDirrection SupportTypeRZ { get; set; }
Property Value
SupportTypeX
Support type in dirrection X
public SupportTypeInDirrection SupportTypeX { get; set; }
Property Value
SupportTypeY
Support type in dirrection Y
public SupportTypeInDirrection SupportTypeY { get; set; }
Property Value
SupportTypeZ
Support type in dirrection Z
public SupportTypeInDirrection SupportTypeZ { get; set; }