ENTITY level_function_entity
(* SCHEMA iges_structure_schema; *)
ENTITY level_function_entity
SUBTYPE OF (property_entity);
fc : INTEGER;
fd : STRING;
-- The IGES spec says the blank status for 406:3 should be the
-- default (00), but add explicit control because in practice may
-- be used to control visibility of level.
blank : blank_status;
-- Technically, this does not match the spec since color is n.a.
-- but some systems exchange color information for this.
color : entity_color;
DERIVE
subordinate : subordinate_switch := independent;
form : INTEGER := 3;
np : INTEGER := 2;
END_ENTITY;
Explicit Attributes
Entity level_function_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity level_function_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | property_entity |
subordinate | subordinate_switch (ENUM) | level_function_entity |
form | INTEGER | level_function_entity |
np | INTEGER | level_function_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity level_function_entity inherits from the following supertypes:
directory_entry
structure_entity
property_entity
Subtypes
No subtypesReferenced By
Entity level_function_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