ENTITY surface_constraint

(* SCHEMA finite_element_analysis_control_and_result_schema; *)
ENTITY surface_constraint
  SUBTYPE OF (constraint_element);
  required_surface          : analysis_item_within_representation;
  coordinate_system         : fea_axis2_placement_3d;
  freedoms_and_coefficients : SET [1:?] OF freedom_and_coefficient;
  description               : text;
WHERE
  WR1: ('GEOMETRY_SCHEMA.SURFACE' IN TYPEOF (required_surface.item)) OR
       ('TOPOLOGY_SCHEMA.FACE_SURFACE' IN TYPEOF (required_surface.item));
END_ENTITY;

Explicit Attributes

Entity surface_constraint has the following local and inherited explicit attributes:
AttributeTypeDefined By
 element_ididentifier (STRING)constraint_element
 stepsSET OF control_analysis_step (ENTITY)constraint_element
 required_surfaceanalysis_item_within_representation (ENTITY)surface_constraint
 coordinate_systemfea_axis2_placement_3d (ENTITY)surface_constraint
 freedoms_and_coefficientsSET OF freedom_and_coefficient (ENTITY)surface_constraint
 descriptiontext (STRING)surface_constraint

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity surface_constraint inherits from the following supertypes:
  constraint_element

Subtypes

    No subtypes

Referenced By

Entity surface_constraint and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 constraint_element ENTITY surface_constraint
 model_or_control_element SELECT constraint_element


[Top Level Definitions] [Exit]

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