Click or drag to resize

RebarPatternBase Class

Compatible with IDEA StatiCa Beta 21.0 - beta
Represents a base class for Rebar Pattern
Inheritance Hierarchy

Namespace:  IdeaRS.OpenModel.Model
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public abstract class RebarPatternBase : OpenElementId

The RebarPatternBase type exposes the following members.

Constructors
  NameDescription
Protected methodRebarPatternBase
Initializes a new instance of the RebarPatternBase class
Top
Properties
  NameDescription
Public propertyEndPosition
This defines end position of the pattern. It is the distance from the start point of the group. Its value should be in corelation to PositionMode
Public propertyId
Element Id
(Inherited from OpenElementId.)
Public propertyRelative
Mode of defining the position of the pattern false is for absolute length (position) of the pattern (default) true is for relative length (position) of the pattern in range [0 1]
Public propertyStartPosition
This defines begin position of the pattern. It is the distance from the start point of the group. Its value should be in corelation to PositionMode
Top
See Also