|
ENTITY True_profile; profiled_surface : physical_feature_or_part_template; profiled_surface_datum : OPTIONAL Datum_defined_by_feature; profile_representation : true_profile_representations; WHERE WR1: NOT EXISTS(profiled_surface_datum) OR (profiled_surface :=: profiled_surface_datum\Datum_defined_by_feature.defined_by); END_ENTITY; -- True_profile |
Entity data types and their attributesTrue_profileprofiled_surface: physical_feature_or_part_template; (OPT) profiled_surface_datum: Datum_defined_by_feature; profile_representation: true_profile_representations; |
Global rules for this entity data type- |