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:
AttributeTypeDefined By
 node_namelabel (STRING)node
 node_coordspoint (ENTITY)node
 restraintsboundary_condition (ENTITY)node
 parent_modelanalysis_model (ENTITY)node

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity node and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 analysis_model ENTITY node
 analysis_result_node ENTITY node
 boundary_condition ENTITY node
 element_node_connectivity ENTITY node
 load_node ENTITY node
 node_dependency ENTITY node
 select_analysis_model_item SELECT node


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00