ENTITY occlusion_precedence

(* SCHEMA presentation_appearance_schema; *)


ENTITY occlusion_precedence;

  higher_precedence : hiding_or_blanking_select;

  lower_precedence  : hiding_or_blanking_select;

  occlusion_context : representation;

WHERE

  WR1: acyclic_occlusion_precedence (SELF, [SELF.lower_precedence]);

END_ENTITY;

Explicit Attributes

Entity occlusion_precedence has the following local and inherited explicit attributes:
AttributeTypeDefined By
 higher_precedencehiding_or_blanking_select (SELECT)occlusion_precedence
 lower_precedencehiding_or_blanking_select (SELECT)occlusion_precedence
 occlusion_contextrepresentation (ENTITY)occlusion_precedence

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity occlusion_precedence and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_occlusion_precedence FUNCTION occlusion_precedence


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00