ENTITY composite_curve_segment

(* SCHEMA Ap236_furniture_catalog_and_interior_design_mim_LF; *)
(* USED FROM (geometry_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 : ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.BOUNDED_CURVE' IN TYPEOF(parent_curve));
 END_ENTITY;

Explicit Attributes

Entity composite_curve_segment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 transitiontransition_code (ENUM)composite_curve_segment
 same_senseBOOLEANcomposite_curve_segment
 parent_curvecurve (ENTITY)composite_curve_segment

Derived Attributes

    No derived attributes

Inverse Attributes

Entity composite_curve_segment has the following local and inherited inverse attributes:
AttributeTypeDefined By
 using_curvesBAG 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:
DefinitionTypeReferenced Entity
 composite_curve ENTITY composite_curve_segment
 founded_item_select SELECT founded_item
 subtype_exclusiveness_founded_item RULE founded_item
 subtype_mandatory_founded_item RULE founded_item


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:02-04:00