ENTITY loop_entity
(* SCHEMA iges_boundary_representation_schema; *)
ENTITY loop_entity
SUBTYPE OF (boundary_representation_entity);
blank : blank_status;
used : use_flag;
hierarchy : hierarchy_flag;
edge_tuples : LIST OF edge_use;
DERIVE
entity_type : INTEGER := 508;
subordinate : subordinate_switch := physicallyDependent;
form : INTEGER := 1;
n : INTEGER := SIZEOF(edge_tuples);
END_ENTITY;
Explicit Attributes
Entity loop_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity loop_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | loop_entity |
subordinate | subordinate_switch (ENUM) | loop_entity |
form | INTEGER | loop_entity |
n | INTEGER | loop_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity loop_entity inherits from the following supertypes:
directory_entry
boundary_representation_entity
Subtypes
No subtypesReferenced By
Entity loop_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