Navigation

solid_model

EXPRESS specification:

ENTITY solid_model
SUPERTYPE OF (ONEOF(manifold_solid_brep, csg_solid, swept_face_solid, swept_area_solid, solid_replica, brep_2d, trimmed_volume))
SUBTYPE OF ( geometric_representation_item);
END_ENTITY;

References (10):

Name Type Referred through Express-G
boolean_operand Select
Select relation
No Diagram
brep_2d Entity
Supertype
No Diagram
csg_solid Entity
Supertype
No Diagram
geometric_representation_item Entity
Subtype
No Diagram
manifold_solid_brep Entity
Supertype
No Diagram
solid_replica Entity
Supertype
Attribute 'parent_solid'
No Diagram
swept_area_solid Entity
Supertype
No Diagram
swept_face_solid Entity
Supertype
No Diagram
trimmed_volume Entity
Supertype
No Diagram

Inheritance graph

ENTITY solid_model;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY solid_model;
END_ENTITY;