ENTITY feature_volume_with_limit
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* New for LPM/6 - see Issue 84 *)
ENTITY feature_volume_with_limit
SUBTYPE OF (feature_volume);
penetration_limit : INTEGER;
WHERE
WRF35 : NOT('STRUCTURAL_FRAME_SCHEMA.FEATURE_VOLUME_COMPLEX' IN TYPEOF(SELF));
(*
the feature must be simple to be assigned a penetration limit
*)
WRF36 : penetration_limit > 0;
(*
the feature must penetrate at least one surface
*)
END_ENTITY;
Explicit Attributes
Entity feature_volume_with_limit has the following local and inherited explicit attributes:
Derived Attributes
Entity feature_volume_with_limit has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity feature_volume_with_limit inherits from the following supertypes:
structural_frame_item
feature
feature_volume
Subtypes
No subtypesReferenced By
Entity feature_volume_with_limit 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