ENTITY restraint

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY restraint
ABSTRACT SUPERTYPE OF (ONEOF(restraint_logical, restraint_spring));
 	restraint_name : label;
 	restraint_description : OPTIONAL text;
	restraint_location : point;
	restrained_mbr : assembly_design_structural_member;
END_ENTITY;

Explicit Attributes

Entity restraint has the following local and inherited explicit attributes:
AttributeTypeDefined By
 restraint_namelabel (STRING)restraint
 restraint_descriptiontext (STRING)restraint
 restraint_locationpoint (ENTITY)restraint
 restrained_mbrassembly_design_structural_member (ENTITY)restraint

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity restraint has the following subtypes:
    restraint_logical*
    restraint_spring*
    restraint_warping
* - Immediate Subtypes

Referenced By

Entity restraint and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 assembly_design_structural_member ENTITY restraint
 select_design_item SELECT restraint


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00