ENTITY node_case

(* SCHEMA iges_structure_schema; *)
      
  ENTITY node_case;
    np          : node_entity;
    translation : LIST OF coordinate;
    rotation    : LIST OF coordinate;
  DERIVE
    no : INTEGER := np.subscript;
  END_ENTITY;

Explicit Attributes

Entity node_case has the following local and inherited explicit attributes:
AttributeTypeDefined By
 npnode_entity (ENTITY)node_case
 translationLIST OF coordinate (ENTITY)node_case
 rotationLIST OF coordinate (ENTITY)node_case

Derived Attributes

Entity node_case has the following local and inherited derived attributes:
AttributeTypeDefined By
 noINTEGERnode_case

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity node_case and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 nodal_displacement_and_rotation_entity ENTITY node_case


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00