/GRTRIA/GEN_INCR

Block Format Keyword Generates a group of triangles by listing the first and last triangle 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)
/GRTRIA/GEN_INCR/grtria_ID/unit_ID
grtria_title
first_ID last_ID Incr              

Definitions

Field Contents SI Unit Example
grtria_ID 2D solid triangle group identifier

(Integer, maximum 10 digits)

 
unit_ID Unit Identifier

(Integer, maximum 10 digits)

 
grtria_title 2D solid triangle group title

(Character, maximum 100 characters)

 
first_ID First 2D solid triangle element identifier in the list.

(Integer)

 
last_ID Last 2D solid triangle 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.