ENTITY units_data_entity
(* SCHEMA iges_structure_schema; *)
ENTITY units_data_entity
SUBTYPE OF (structure_entity);
units : LIST OF igesunit;
DERIVE
entity_type : INTEGER := 316;
subordinate : subordinate_switch := independent;
used: use_flag := definition;
form : INTEGER := 0;
np : INTEGER := SIZEOF(units);
END_ENTITY;
Explicit Attributes
Entity units_data_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity units_data_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | units_data_entity |
subordinate | subordinate_switch (ENUM) | units_data_entity |
used | use_flag (ENUM) | units_data_entity |
form | INTEGER | units_data_entity |
np | INTEGER | units_data_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity units_data_entity inherits from the following supertypes:
directory_entry
structure_entity
Subtypes
No subtypesReferenced By
Entity units_data_entity and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00