Navigation

half_space_solid

EXPRESS specification:

ENTITY half_space_solid
SUBTYPE OF ( geometric_representation_item);
base_surface  :  surface;
agreement_flag  :  BOOLEAN;
END_ENTITY;

References (3):

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

Inheritance graph

ENTITY half_space_solid;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY half_space_solid;
base_surface  :  surface;
agreement_flag  :  BOOLEAN;
END_ENTITY;