Navigation

block

EXPRESS specification:

ENTITY block
SUBTYPE OF ( geometric_representation_item);
position  :  axis2_placement_3d;
x  :  positive_length_measure;
y  :  positive_length_measure;
z  :  positive_length_measure;
END_ENTITY;

References (2):

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

Inheritance graph

ENTITY block;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY block;
position  :  axis2_placement_3d;
x  :  positive_length_measure;
y  :  positive_length_measure;
z  :  positive_length_measure;
END_ENTITY;