Navigation

degenerate_toroidal_surface

EXPRESS specification:

ENTITY degenerate_toroidal_surface
SUBTYPE OF ( toroidal_surface);
select_outer  :  BOOLEAN;
WHERE
WRD5  :  major_radius < minor_radius;
END_ENTITY;

References (1):

Name Type Referred through Express-G
toroidal_surface Entity
Subtype
No Diagram

Inheritance graph

ENTITY degenerate_toroidal_surface;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY surface;
ENTITY elementary_surface;
position  :  axis2_placement_3d;
ENTITY toroidal_surface;
major_radius  :  positive_length_measure;
minor_radius  :  positive_length_measure;
ENTITY degenerate_toroidal_surface;
select_outer  :  BOOLEAN;
END_ENTITY;