Navigation

point_on_surface

EXPRESS specification:

ENTITY point_on_surface
SUBTYPE OF ( point);
basis_surface  :  surface;
point_parameter_u  :  parameter_value;
point_parameter_v  :  parameter_value;
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY point_on_surface;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY point;
ENTITY point_on_surface;
basis_surface  :  surface;
point_parameter_u  :  parameter_value;
point_parameter_v  :  parameter_value;
END_ENTITY;