ENTITY finite_element_entity
(* SCHEMA iges_structure_schema; *)
ENTITY finite_element_entity
SUBTYPE OF (finite_element_modeling_entity);
line_font : lineFont;
label_display : label_display_entity;
color : entity_color;
itop : topology_type;
de : ARRAY [0:255] OF node_entity;
etyp : STRING;
DERIVE
entity_type : INTEGER := 136;
form : INTEGER := 0;
n : INTEGER := SIZEOF(de);
END_ENTITY;
Explicit Attributes
Entity finite_element_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity finite_element_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | finite_element_entity |
form | INTEGER | finite_element_entity |
n | INTEGER | finite_element_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity finite_element_entity inherits from the following supertypes:
directory_entry
structure_entity
finite_element_modeling_entity
Subtypes
No subtypesReferenced By
Entity finite_element_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