ENTITY flash_entity
(* SCHEMA iges_curve_and_surface_geometry_schema; *)
ENTITY flash_entity
SUBTYPE OF (geometric_entity);
subordinate : subordinate_switch;
used : use_flag;
line_weight : INTEGER;
form : INTEGER;
x : REAL;
y : REAL;
dim1 : REAL;
dim2 : REAL;
rot : REAL;
de : geometric_entity;
DERIVE
entity_type : INTEGER := 125;
line_font : line_pattern := solid;
hierarchy : hierarchy_flag := all;
WHERE
(form = 0) OR (form = 1) OR (form = 2) OR
(form = 3) OR (form = 4);
END_ENTITY;
Explicit Attributes
Entity flash_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity flash_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | flash_entity |
line_font | line_pattern (ENUM) | flash_entity |
hierarchy | hierarchy_flag (ENUM) | flash_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity flash_entity inherits from the following supertypes:
directory_entry
geometric_entity
Subtypes
No subtypesReferenced By
Entity flash_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