ENTITY workpiece

(* SCHEMA ap238_arm_schema; *)
(* ************************************************************ *)
(* ************************************************************ *)
(*                                                              *)
(* Workpiece and manufacturing feature                          *)
(*                                                              *)
(* ************************************************************ *)
(* ************************************************************ *)


ENTITY workpiece;	(* m1 *)
  its_id:                  identifier;
  its_material:            OPTIONAL material;
  global_tolerance:        OPTIONAL length_measure;
  its_rawpiece:            OPTIONAL workpiece;
-- its_geometry: OPTIONAL advanced_brep_shape_representation;
  its_geometry:    OPTIONAL shape_representation;  -- RELAXED BY 10303-238
  its_bounding_geometry:   OPTIONAL bounding_geometry_select;
  clamping_positions:       SET [0:?] OF cartesian_point;

-- ADDED BY 10303-238, fields for PDM information
  its_approvals:          SET [0:?] OF approval;
  its_categories:         SET [0:?] OF STRING;
  its_components:         SET [0:?] OF workpiece_assembly_component;
  its_datestamps:         SET [0:?] OF assigned_date;
  its_orgs:               SET [0:?] OF assigned_organization;
  its_people:             SET [0:?] OF assigned_person;
  its_related_geometry:   SET [0:?] OF shape_representation;
  its_timestamps:         SET [0:?] OF assigned_time;

  product_approvals:      SET [0:?] OF approval;
  product_datestamps:     SET [0:?] OF assigned_date;
  product_orgs:           SET [0:?] OF assigned_organization;
  product_people:         SET [0:?] OF assigned_person;
  product_timestamps:     SET [0:?] OF assigned_time;

  revision_approvals:     SET [0:?] OF approval;
  revision_datestamps:    SET [0:?] OF assigned_date;
  revision_id:            OPTIONAL identifier;
  revision_orgs:          SET [0:?] OF assigned_organization;
  revision_people:        SET [0:?] OF assigned_person;
  revision_timestamps:    SET [0:?] OF assigned_time;
END_ENTITY;

Explicit Attributes

Entity workpiece has the following local and inherited explicit attributes:
AttributeTypeDefined By
 its_ididentifier (STRING)workpiece
 its_materialmaterial (ENTITY)workpiece
 global_tolerancelength_measure (ENTITY)workpiece
 its_rawpieceworkpiece (ENTITY)workpiece
 its_geometryshape_representation (STRING)workpiece
 its_bounding_geometrybounding_geometry_select (SELECT)workpiece
 clamping_positionsSET OF cartesian_point (STRING)workpiece
 its_approvalsSET OF Approval (ENTITY)workpiece
 its_categoriesSET OF STRINGworkpiece
 its_componentsSET OF workpiece_assembly_component (ENTITY)workpiece
 its_datestampsSET OF Assigned_date (ENTITY)workpiece
 its_orgsSET OF Assigned_organization (ENTITY)workpiece
 its_peopleSET OF Assigned_person (ENTITY)workpiece
 its_related_geometrySET OF shape_representation (STRING)workpiece
 its_timestampsSET OF Assigned_time (ENTITY)workpiece
 product_approvalsSET OF Approval (ENTITY)workpiece
 product_datestampsSET OF Assigned_date (ENTITY)workpiece
 product_orgsSET OF Assigned_organization (ENTITY)workpiece
 product_peopleSET OF Assigned_person (ENTITY)workpiece
 product_timestampsSET OF Assigned_time (ENTITY)workpiece
 revision_approvalsSET OF Approval (ENTITY)workpiece
 revision_datestampsSET OF Assigned_date (ENTITY)workpiece
 revision_ididentifier (STRING)workpiece
 revision_orgsSET OF Assigned_organization (ENTITY)workpiece
 revision_peopleSET OF Assigned_person (ENTITY)workpiece
 revision_timestampsSET OF Assigned_time (ENTITY)workpiece

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity workpiece and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 general_property_item SELECT workpiece
 last_modified_timestamp_item SELECT workpiece
 manufacturing_feature ENTITY workpiece
 project ENTITY workpiece
 security_classification_item SELECT workpiece
 tool_usage ENTITY workpiece
 workpiece ENTITY workpiece
 workpiece_assembly_component ENTITY workpiece
 workpiece_complete_probing ENTITY workpiece
 workpiece_probing ENTITY workpiece
 workpiece_setup ENTITY workpiece


[Top Level Definitions]

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