ENTITY element_point
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY element_point
ABSTRACT SUPERTYPE OF (ONEOF
(element_point_grounded_damper,
element_point_stationary_mass,
element_point_grounded_spring))
SUBTYPE OF (element);
DERIVE
connectivities : BAG [1:1] OF element_node_connectivity :=
USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.ELEMENT_NODE_CONNECTIVITY.CONNECTING_ELEMENT');
WHERE
WRE13 : SELF\element.element_dimensionality = 0;
END_ENTITY;
Explicit Attributes
Entity element_point has the following local and inherited explicit attributes:
Derived Attributes
Entity element_point has the following local and inherited derived attributes:
Inverse Attributes
Entity element_point has the following local and inherited inverse attributes:
Supertypes
Entity element_point inherits from the following supertypes:
element
Subtypes
Entity element_point has the following subtypes:
element_point_grounded_damper*
element_point_grounded_spring*
element_point_stationary_mass*
* - Immediate Subtypes
Referenced By
Entity element_point 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