ENTITY drawing_entity
(* SCHEMA iges_structure_schema; *)
ENTITY drawing_entity
SUBTYPE OF (drawing_or_view_entity);
form : INTEGER;
views : LIST OF view;
dptr : LIST OF directory_entry;
DERIVE
entity_type : INTEGER := 404;
subordinate : subordinate_switch := independent;
used : use_flag := annotation;
n : INTEGER := SIZEOF(views);
m : INTEGER := SIZEOF(dptr);
WHERE
(form = 0) OR (form = 1);
END_ENTITY;
Explicit Attributes
Entity drawing_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity drawing_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | drawing_entity |
subordinate | subordinate_switch (ENUM) | drawing_entity |
used | use_flag (ENUM) | drawing_entity |
n | INTEGER | drawing_entity |
m | INTEGER | drawing_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity drawing_entity inherits from the following supertypes:
directory_entry
structure_entity
drawing_or_view_entity
Subtypes
No subtypesReferenced By
Entity drawing_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