Navigation

cartesian_point

EXPRESS specification:

ENTITY cartesian_point
SUPERTYPE OF (ONEOF(cylindrical_point, polar_point, spherical_point))
SUBTYPE OF ( point);
coordinates  :  LIST [1:3] OF length_measure;
END_ENTITY;

References (26):

Name Type Referred through Express-G
b_spline_curve Entity
Attribute 'control_points_list'
Attribute 'control_points'
No Diagram
b_spline_surface Entity
Attribute 'control_points_list'
Attribute 'control_points'
No Diagram
b_spline_volume Entity
Attribute 'control_points_list'
Attribute 'control_points'
No Diagram
box_domain Entity
Attribute 'corner'
No Diagram
cartesian_transformation_operator Entity
Attribute 'local_origin'
No Diagram
circular_area Entity
Attribute 'centre'
No Diagram
cylindrical_point Entity
Supertype
No Diagram
evaluated_degenerate_pcurve Entity
Attribute 'equivalent_point'
No Diagram
faceted_primitive Entity
Attribute 'points'
No Diagram
hexahedron_volume Entity
Attribute 'points'
No Diagram
line Entity
Attribute 'pnt'
No Diagram
placement Entity
Attribute 'location'
No Diagram
point Entity
Subtype
No Diagram
polar_point Entity
Supertype
No Diagram
poly_loop Entity
Attribute 'polygon'
No Diagram
polygonal_area Entity
Attribute 'bounds'
No Diagram
polyline Entity
Attribute 'points'
No Diagram
spherical_point Entity
Supertype
No Diagram
tetrahedron_volume Entity
Attribute 'point_1'
Attribute 'point_2'
Attribute 'point_3'
Attribute 'point_4'
No Diagram
trimming_select Select
Select relation
No Diagram

Inheritance graph

ENTITY cartesian_point;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY point;
ENTITY cartesian_point;
coordinates  :  LIST [1:3] OF length_measure;
END_ENTITY;