NAME
GDX_SOLID - Solid
GENERAL DESCRIPTION
A GDX Solid entity is a collection of GDX Shell entities that form a solid.
DDF SPECIFICATION
entity 48:0 GDX_SOLID "Solid" {
| char | FIRST_IS_OUTER; | ||
| count | NUM_OF_SHELLS; | ||
| struct | SHELLS[NUM_OF_SHELLS] { | ||
| char | SENSE; | ||
| ptr | SHELL | reftype = (47:0 /* GDX_SHELL */); | |
| }; |
FIELD DESCRIPTIONS
The first is the outer shell.
The first shell is the outer shell
The first shell may be the outer shell.
The number of shells in the GDX Solid.
Array, dimensioned to [NUM_OF_SHELLS], of structures containing shell sense and shell database pointer information.
Flag indicating whether the sense of this portion of the GDX Solid agrees with or opposes that of the corresponding GDX Shell defined by the SHELL field.
The sense of this portion of the solid agrees with the defining GDX Shell
The sense of this portion of the solid disagrees with the defining GDX Shell
The database pointer of the GDX Shell.
Restrictions
The GDX Solid is subject to the following restrictions: NUM_OF_SHELLS > 0