Navigation

rectangular_pyramid

EXPRESS specification:

ENTITY rectangular_pyramid
SUBTYPE OF ( geometric_representation_item);
position  :  axis2_placement_3d;
xlength  :  positive_length_measure;
ylength  :  positive_length_measure;
height  :  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 rectangular_pyramid;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY rectangular_pyramid;
position  :  axis2_placement_3d;
xlength  :  positive_length_measure;
ylength  :  positive_length_measure;
height  :  positive_length_measure;
END_ENTITY;