ENTITY load_element_distributed_curve
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY load_element_distributed_curve
SUPERTYPE OF (load_element_distributed_curve_line)
SUBTYPE OF (load_element_distributed);
start_load_value : applied_load;
end_load_value : applied_load;
curve_definition : curve;
WHERE
WRL41 : NOT ('STRUCTURAL_FRAME_SCHEMA.APPLIED_LOAD_STATIC_PRESSURE' IN TYPEOF(start_load_value));
WRL42 : NOT ('STRUCTURAL_FRAME_SCHEMA.APPLIED_LOAD_STATIC_PRESSURE' IN TYPEOF(end_load_value));
WRL44 : TYPEOF(start_load_value) = TYPEOF(end_load_value);
END_ENTITY;
Explicit Attributes
Entity load_element_distributed_curve has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity load_element_distributed_curve inherits from the following supertypes:
load
load_element
load_element_distributed
Subtypes
Entity load_element_distributed_curve has the following subtypes:
load_element_distributed_curve_line*
* - Immediate Subtypes
Referenced By
Entity load_element_distributed_curve 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