Class BoltParam
- Namespace
- IdeaRS.OpenModel.Parameters
- Assembly
- IdeaRS.OpenModel.dll
Parameter which represts the record of the bolt in IDEA MPRL
[DataContract]
[Serializable]
public class BoltParam : MprlRecord
Inheritance
Derived
Inherited Members
Properties
Angles
Gets or sets the groups and positions for angles.
[DataMember]
public NumberGroups Angles { get; set; }
Property Value
BoltInteraction
Indicates type of shear transfer
[DataMember]
public BoltShearType BoltInteraction { get; set; }
Property Value
Cols
Gets or sets the columns of fasteners positions.
[DataMember]
public NumberGroups Cols { get; set; }
Property Value
ColsGridType
Gets or sets the type of cols - regular or shifted.
[DataMember]
public ConnectorGridType ColsGridType { get; set; }
Property Value
ColsNegative
Gets or sets the rows of a negative fasteners positions in case of RowsPosition equals to Profile. Absolute positions of groups, in group are relative positions.
[DataMember]
public NumberGroups ColsNegative { get; set; }
Property Value
ColsPosition
Gets or sets the position, to which are bolt columns realted to.
[DataMember]
public PositionRelatedTo ColsPosition { get; set; }
Property Value
ColsSymmetry
Gets or sets the type of symmetry of columns positions.
[DataMember]
public Symmetry ColsSymmetry { get; set; }
Property Value
CoordinateSystem
Gets or sets the coordinate system type.
[DataMember]
public CoordinateSystemMethod CoordinateSystem { get; set; }
Property Value
Counts
Gets or sets the count of bolts in the circle (polar coordinate system).
[DataMember]
public IList<int> Counts { get; set; }
Property Value
PolarInput
Gets or sets the type, that spefifies polar input.
[DataMember]
public PolarInputType PolarInput { get; set; }
Property Value
PolarPosition
Gets or sets the position, to which are bolt radii realted to (polar coordinate system).
[DataMember]
public PositionRelatedTo PolarPosition { get; set; }
Property Value
Positions
Gets or sets the fasteners positions {X, Y}.
[DataMember]
public List<Point> Positions { get; set; }
Property Value
Radii
Gets or sets the radii of bolts (polar coordinate system).
[DataMember]
public NumberGroups Radii { get; set; }
Property Value
Rows
Gets or sets the rows of a fasteners positions. Absolute positions of groups, in group are relative positions.
[DataMember]
public NumberGroups Rows { get; set; }
Property Value
RowsGridType
Gets or sets the type of rows - regular or shifted.
[DataMember]
public ConnectorGridType RowsGridType { get; set; }
Property Value
RowsNegative
Gets or sets the rows of a negative fasteners positions in case of RowsPosition equals to Profile. Absolute positions of groups, in group are relative positions.
[DataMember]
public NumberGroups RowsNegative { get; set; }
Property Value
RowsPosition
Gets or sets the position, to which are bolt rows realted to.
[DataMember]
public PositionRelatedTo RowsPosition { get; set; }
Property Value
RowsSymmetry
Gets or sets the type of symmetry of rows positions.
[DataMember]
public Symmetry RowsSymmetry { get; set; }
Property Value
ShearInThread
Indicates, whether a shear plane is in the thread of a bolt.
[DataMember]
public bool ShearInThread { get; set; }