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:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity surface_constraint inherits from the following supertypes:
constraint_element
Subtypes
No subtypesReferenced By
Entity surface_constraint and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:00-04:00