ENTITY direction_entity
(* SCHEMA iges_boundary_representation_schema; *)
ENTITY direction_entity
SUBTYPE OF (boundary_representation_entity);
line_font : lineFont;
view : entity_view;
line_weight : INTEGER;
-- color : entity_color; now handled by super
x : REAL;
y : REAL;
z : REAL;
DERIVE
entity_type : INTEGER := 123;
subordinate : subordinate_switch := physicallyDependent;
used : use_flag := definition;
form : INTEGER := 0;
END_ENTITY;
Explicit Attributes
Entity direction_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity direction_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | direction_entity |
subordinate | subordinate_switch (ENUM) | direction_entity |
used | use_flag (ENUM) | direction_entity |
form | INTEGER | direction_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity direction_entity inherits from the following supertypes:
directory_entry
boundary_representation_entity
Subtypes
No subtypesReferenced By
Entity direction_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