ENTITY in_process_geometry

(* SCHEMA ap238_arm_schema; *)
ENTITY in_process_geometry; 	(* m1 *)
-- as_is: 	OPTIONAL advanced_brep_shape_representation;
as_is: 		OPTIONAL shape_representation;   -- RELAXED BY 10303-238
-- to_be: 	OPTIONAL advanced_brep_shape_representation;
to_be: 		OPTIONAL shape_representation;   -- RELAXED BY 10303-238
-- removal: 	OPTIONAL advanced_brep_shape_representation;
removal: 	OPTIONAL shape_representation;   -- RELAXED BY 10303-238
WHERE
WR1: EXISTS (as_is) OR EXISTS (to_be) OR EXISTS (removal);
END_ENTITY;

Explicit Attributes

Entity in_process_geometry has the following local and inherited explicit attributes:
AttributeTypeDefined By
 as_isshape_representation (STRING)in_process_geometry
 to_beshape_representation (STRING)in_process_geometry
 removalshape_representation (STRING)in_process_geometry

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity in_process_geometry and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 machining_workingstep ENTITY in_process_geometry
 turning_workingstep ENTITY in_process_geometry
 workplan ENTITY in_process_geometry


[Top Level Definitions]

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