Navigation

truncated_pyramid

EXPRESS specification:

ENTITY truncated_pyramid
SUBTYPE OF ( boolean_result);
END_ENTITY;

References (1):

Name Type Referred through Express-G
boolean_result Entity
Subtype
No Diagram

Inheritance graph

ENTITY truncated_pyramid;
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;
ENTITY truncated_pyramid;
END_ENTITY;