Navigation

boolean_result

EXPRESS specification:

ENTITY boolean_result
SUBTYPE OF ( geometric_representation_item);
operator  :  boolean_operator;
first_operand  :  boolean_operand;
second_operand  :  boolean_operand;
END_ENTITY;

References (4):

Name Type Referred through Express-G
boolean_operand Select
Select relation
No Diagram
csg_select Select
Select relation
No Diagram
geometric_representation_item Entity
Subtype
No Diagram
truncated_pyramid Entity
Supertype
No Diagram

Inheritance graph

ENTITY boolean_result;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY boolean_result;
operator  :  boolean_operator;
first_operand  :  boolean_operand;
second_operand  :  boolean_operand;
END_ENTITY;