ENTITY node_entity
(* SCHEMA iges_structure_schema; *)
ENTITY node_entity
SUBTYPE OF (finite_element_modeling_entity);
transformation : transformation_matrix_entity;
blank : blank_status;
subordinate : subordinate_switch;
used : use_flag;
color : entity_color;
x : REAL;
y : REAL;
z : REAL;
ndcsp : transformation_matrix_entity;
DERIVE
entity_type : INTEGER := 134;
form : INTEGER := 0;
-- used : use_flag := logical_positional;
END_ENTITY;
Explicit Attributes
Entity node_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity node_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | node_entity |
form | INTEGER | node_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity node_entity inherits from the following supertypes:
directory_entry
structure_entity
finite_element_modeling_entity
Subtypes
No subtypesReferenced By
Entity node_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