ENTITY composite_curve_segment
(* SCHEMA integrated_cnc_schema; *)
ENTITY composite_curve_segment
SUBTYPE OF (founded_item);
transition : transition_code;
same_sense : BOOLEAN;
parent_curve : curve;
INVERSE
using_curves : BAG [1:?] OF composite_curve FOR segments;
WHERE
WR1: 'INTEGRATED_CNC_SCHEMA.BOUNDED_CURVE' IN TYPEOF(parent_curve);
END_ENTITY; -- 10303-42: geometry_schema
Explicit Attributes
Entity composite_curve_segment has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| transition | transition_code (ENUM) | composite_curve_segment |
| same_sense | BOOLEAN | composite_curve_segment |
| parent_curve | curve (ENTITY) | composite_curve_segment |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity composite_curve_segment has the following local and inherited inverse attributes:
| Attribute | Type | Defined By |
|---|
| using_curves | BAG OF composite_curve (ENTITY) | composite_curve_segment |
|
Supertypes
Entity composite_curve_segment inherits from the following supertypes:
founded_item
Subtypes
Entity composite_curve_segment has the following subtypes:
reparametrised_composite_curve_segment*
* - Immediate Subtypes
Referenced By
Entity composite_curve_segment and its supertypes are referenced by the following definitions:
[Top Level Definitions] Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:17-02:00