ENTITY fea_parametric_point
(* SCHEMA structural_analysis_design; *)
ENTITY fea_parametric_point
SUBTYPE OF (point);
coordinates : LIST [1:3] OF parameter_value;
WHERE
wr1: valid_parametric_coordinate(coordinates);
wr2: (SIZEOF(TYPEOF(SELF) * [
'STRUCTURAL_ANALYSIS_DESIGN.CARTESIAN_POINT',
'STRUCTURAL_ANALYSIS_DESIGN.POINT_ON_CURVE',
'STRUCTURAL_ANALYSIS_DESIGN.POINT_ON_SURFACE',
'STRUCTURAL_ANALYSIS_DESIGN.DEGENERATE_PCURVE',
'STRUCTURAL_ANALYSIS_DESIGN.POINT_REPLICA',
'STRUCTURAL_ANALYSIS_DESIGN.SPHERICAL_POINT',
'STRUCTURAL_ANALYSIS_DESIGN.CYLINDRICAL_POINT']) = 0);
END_ENTITY; -- fea_parametric_point
Explicit Attributes
Entity fea_parametric_point has the following local and inherited explicit attributes:
Derived Attributes
Entity fea_parametric_point has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity fea_parametric_point inherits from the following supertypes:
representation_item
geometric_representation_item
point
Subtypes
No subtypesReferenced By
Entity fea_parametric_point and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:15:06-04:00