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:
Derived Attributes
    No derived attributes
Inverse Attributes
Entity element_eccentricity has the following local and inherited inverse attributes:
Supertypes
    No supertypesSubtypes
    No subtypesReferenced By
Entity element_eccentricity 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