ENTITY node
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY node;
node_name : label;
node_coords : point;
restraints : OPTIONAL boundary_condition;
parent_model : analysis_model;
UNIQUE
URN1 : node_name, parent_model;
URN2 : node_coords, parent_model;
WHERE
WRN1 : node_coords.dim = parent_model.coordinate_space_dimension;
END_ENTITY;
Explicit Attributes
Entity node has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity node and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00