ENTITY circular_path

(* SCHEMA ap238_arm_schema; *)
ENTITY circular_path	(* m1 *)
ABSTRACT SUPERTYPE OF(ONEOF(complete_circular_path, partial_circular_path))
SUBTYPE OF(travel_path);
radius:                toleranced_length_measure;
END_ENTITY;

Explicit Attributes

Entity circular_path has the following local and inherited explicit attributes:
AttributeTypeDefined By
 placementaxis2_placement_3d (STRING)travel_path
 radiustoleranced_length_measure (ENTITY)circular_path

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity circular_path inherits from the following supertypes:
  travel_path

Subtypes

Entity circular_path has the following subtypes:
    complete_circular_path*
    partial_circular_path*
* - Immediate Subtypes

Referenced By

Entity circular_path and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 slot ENTITY travel_path
 travel_path ENTITY circular_path


[Top Level Definitions]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T09:54:01-05:00