ENTITY item_defined_transformation

(* SCHEMA step_ship_schema; *)
ENTITY item_defined_transformation;
    name             : label;
    description      : OPTIONAL text;
    transform_item_1 : representation_item;
    transform_item_2 : representation_item;
END_ENTITY;

Explicit Attributes

Entity item_defined_transformation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)item_defined_transformation
 descriptiontext (STRING)item_defined_transformation
 transform_item_1representation_item (ENTITY)item_defined_transformation
 transform_item_2representation_item (ENTITY)item_defined_transformation

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity item_defined_transformation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 transformation SELECT item_defined_transformation


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-24T12:42:21-04:00