Navigation

point_on_curve

EXPRESS specification:

ENTITY point_on_curve
SUBTYPE OF ( point);
basis_curve  :  curve;
point_parameter  :  parameter_value;
END_ENTITY;

References (4):

Name Type Referred through Express-G
element_curve_complex Entity
Attribute 'points_defining_element_axis'
No Diagram
part_prismatic_complex Entity
Attribute 'points_defining_part_axis'
No Diagram
point Entity
Subtype
No Diagram
weld_mechanism_prismatic Entity
Attribute 'points_defining_weld_path'
No Diagram

Inheritance graph

ENTITY point_on_curve;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY point;
ENTITY point_on_curve;
basis_curve  :  curve;
point_parameter  :  parameter_value;
END_ENTITY;