ENTITY character_glyph_symbol
(* SCHEMA technical_data_packaging; *)
ENTITY character_glyph_symbol
SUBTYPE OF (symbol_representation);
character_box : planar_extent;
baseline_ratio : ratio_measure;
DERIVE
box_height : length_measure := character_box.size_in_y;
WHERE
wr1: ((0 <= baseline_ratio) AND (baseline_ratio <= 1));
wr2: item_in_context(SELF.character_box,SELF\representation.
context_of_items);
wr3: ('TECHNICAL_DATA_PACKAGING.POSITIVE_LENGTH_MEASURE' IN TYPEOF(
SELF.box_height));
END_ENTITY; -- character_glyph_symbol
Explicit Attributes
Entity character_glyph_symbol has the following local and inherited explicit attributes:
Derived Attributes
Entity character_glyph_symbol has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity character_glyph_symbol inherits from the following supertypes:
representation
symbol_representation
Subtypes
No subtypesReferenced By
Entity character_glyph_symbol and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:35-04:00