|
ENTITY point_constraint SUBTYPE OF (constraint_element); required_point : 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.POINT' IN TYPEOF (required_point.item)) OR ('TOPOLOGY_SCHEMA.VERTEX_POINT' IN TYPEOF (required_point.item)); END_ENTITY; -- point_constraint |
Entity data types and their attributesconstraint_elementelement_id: identifier; steps: SET [1:?] OF control_analysis_step; point_constraint required_point: analysis_item_within_representation; coordinate_system: fea_axis2_placement_3d; freedoms_and_coefficients: SET [1:?] OF freedom_and_coefficient; description: text; |
Users: by entity attributesconstraint_elementelement_nodal_freedom_actions.element model_or_control_element element_sequence.elements model_or_control_element point_constraint Users: by defined types, not used by any entity attributepoint_constraint- |
Global rules for this entity data type- |