Navigation

half_space_2d

EXPRESS specification:

ENTITY half_space_2d
SUBTYPE OF ( geometric_representation_item);
base_curve  :  curve;
agreement_flag  :  BOOLEAN;
END_ENTITY;

References (2):

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

Inheritance graph

ENTITY half_space_2d;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY half_space_2d;
base_curve  :  curve;
agreement_flag  :  BOOLEAN;
END_ENTITY;