ENTITY fixed_constituent_assembly_constraint

(* SCHEMA assembly_constraint_schema; *)
ENTITY fixed_constituent_assembly_constraint
SUBTYPE OF (assembly_geometric_constraint,
            fixed_element_geometric_constraint);
    fixed_constituent: representative_shape_representation;
WHERE
WR1: SELF\explicit_constraint.constrained_elements[1]
     \geometric_representation_item.dim = 3;
WR2: (assembly_leaf (using_product_definition_of_shape_representation
     (fixed_constituent)[1]));
WR3: (SIZEOF(SELF\explicit_constraint.constrained_elements) = 1) AND
     (SIZEOF(SELF\explicit_constraint.reference_elements) = 0);
WR4: fixed_constituent IN (using_representations(SELF\explicit_constraint.constrained_elements[1]
\representation_item) + using_representation_with_mapping
(SELF\explicit_constraint.constrained_elements[1]\representation_item));
END_ENTITY;-- fixed_constituent_assembly_constraint

Explicit Attributes

Entity fixed_constituent_assembly_constraint has the following local and inherited explicit attributes:
AttributeTypeDefined By
 fixed_constituentrepresentative_shape_representation (ENTITY)fixed_constituent_assembly_constraint

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity fixed_constituent_assembly_constraint inherits from the following supertypes:
assembly_geometric_constraint

Subtypes

    No subtypes

Referenced By

Entity fixed_constituent_assembly_constraint and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 assembly_geometric_constraint ENTITY fixed_constituent_assembly_constraint


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:00-04:00