ENTITY element_eccentricity

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY element_eccentricity;
 	element_eccentricity_name : label;
 	x_eccentricity : OPTIONAL length_measure_with_unit;
 	y_eccentricity : OPTIONAL length_measure_with_unit;
 	z_eccentricity : OPTIONAL length_measure_with_unit;
INVERSE
 	eccentric_connectivities: SET [1:?] OF element_node_connectivity FOR eccentricity;
WHERE
	WRE8 : EXISTS (x_eccentricity) OR 
		EXISTS (y_eccentricity) OR 
		EXISTS (z_eccentricity);
END_ENTITY;

Explicit Attributes

Entity element_eccentricity has the following local and inherited explicit attributes:
AttributeTypeDefined By
 element_eccentricity_namelabel (STRING)element_eccentricity
 x_eccentricitylength_measure_with_unit (ENTITY)element_eccentricity
 y_eccentricitylength_measure_with_unit (ENTITY)element_eccentricity
 z_eccentricitylength_measure_with_unit (ENTITY)element_eccentricity

Derived Attributes

    No derived attributes

Inverse Attributes

Entity element_eccentricity has the following local and inherited inverse attributes:
AttributeTypeDefined By
 eccentric_connectivitiesSET OF element_node_connectivity (ENTITY)element_eccentricity

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity element_eccentricity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 element_node_connectivity ENTITY element_eccentricity
 select_analysis_model_item SELECT element_eccentricity


[Top Level Definitions] [Exit]

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