/GRBRIC/GEN_INCR

Block Format Keyword Generates a group of bricks by listing the first and last brick IDs in the range with a user-defined increment value.

Format

Generate a list of entities that starts with first_ID and includes entities every Incr after first_ID until last_ID.
(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
/GRBRIC/GEN_INCR/grbric_ID/unit_ID
grbric_title
first_ID last_ID Incr              

Definitions

Field Contents SI Unit Example
grbric_ID Brick group identifier

(Integer, maximum 10 digits)

 
unit_ID Unit Identifier

(Integer, maximum 10 digits)

 
grbric_title Brick group title

(Character, maximum 100 characters)

 
first_ID First brick element identifier in the list.

(Integer)

 
last_ID Last brick element identifier in the list.

(Integer)

 
Incr Increment value of the list generation from first_ID to last_ID.

Default = 1 (Integer)

 

Comments

  1. The group includes first_ID, first_ID+Incr, first_ID+2*Incr, first_ID+3*Incr, … continuing through last_ID.
  2. Multiple first_ID, last_ID, and Incr lines can be defined in one block.