ENTITY rectangular_pattern

(* SCHEMA ap238_arm_schema; *)
ENTITY rectangular_pattern 	(* m1 *)
SUBTYPE OF(replicate_feature);
spacing :                   toleranced_length_measure;
its_direction :             direction;
number_of_rows:             OPTIONAL INTEGER;
number_of_columns:          INTEGER;
row_spacing:                OPTIONAL toleranced_length_measure;
row_layout_direction:       OPTIONAL direction;
relocated_base_feature:     SET[0:?] OF rectangular_offset;
missing_base_feature:       SET[0:?] OF rectangular_omit;
WHERE
 WR1: (
       (SELF.number_of_rows > 1 ) 
       AND EXISTS(SELF.row_spacing) 
       AND EXISTS(SELF.row_layout_direction)
       );
END_ENTITY;

Explicit Attributes

Entity rectangular_pattern has the following local and inherited explicit attributes:
AttributeTypeDefined By
 its_ididentifier (STRING)manufacturing_feature
 its_workpieceworkpiece (ENTITY)manufacturing_feature
 its_operationsSET OF machining_operation (ENTITY)manufacturing_feature
 explicit_representationSET OF face (STRING)manufacturing_feature
 feature_placementaxis2_placement_3d (STRING)two5D_manufacturing_feature
 replicate_base_featuretwo5D_manufacturing_feature (ENTITY)replicate_feature
 spacingtoleranced_length_measure (ENTITY)rectangular_pattern
 its_directiondirection (STRING)rectangular_pattern
 number_of_rowsINTEGERrectangular_pattern
 number_of_columnsINTEGERrectangular_pattern
 row_spacingtoleranced_length_measure (ENTITY)rectangular_pattern
 row_layout_directiondirection (STRING)rectangular_pattern
 relocated_base_featureSET OF rectangular_offset (ENTITY)rectangular_pattern
 missing_base_featureSET OF rectangular_omit (ENTITY)rectangular_pattern

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity rectangular_pattern inherits from the following supertypes:
  manufacturing_feature
    two5D_manufacturing_feature
      replicate_feature

Subtypes

    No subtypes

Referenced By

Entity rectangular_pattern and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 compound_feature ENTITY manufacturing_feature
 general_pocket_bottom_condition ENTITY manufacturing_feature
 machining_workingstep ENTITY manufacturing_feature
 manufacturing_feature ENTITY two5D_manufacturing_feature
 replicate_feature ENTITY rectangular_pattern
 replicate_feature ENTITY two5D_manufacturing_feature
 turning_workingstep ENTITY manufacturing_feature
 two5D_manufacturing_feature ENTITY replicate_feature


[Top Level Definitions]

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