ENTITY boundary_condition_skewed

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY boundary_condition_skewed
SUBTYPE OF (boundary_condition);
	x_skew_angle : OPTIONAL plane_angle_measure_with_unit;
 	y_skew_angle : OPTIONAL plane_angle_measure_with_unit;
 	z_skew_angle : OPTIONAL plane_angle_measure_with_unit;
WHERE
	WRB9 : EXISTS (x_skew_angle) OR EXISTS (y_skew_angle) OR EXISTS (z_skew_angle);
END_ENTITY;

Explicit Attributes

Entity boundary_condition_skewed has the following local and inherited explicit attributes:
AttributeTypeDefined By
 boundary_condition_namelabel (STRING)boundary_condition
 boundary_condition_descriptiontext (STRING)boundary_condition
 x_skew_angleplane_angle_measure_with_unit (ENTITY)boundary_condition_skewed
 y_skew_angleplane_angle_measure_with_unit (ENTITY)boundary_condition_skewed
 z_skew_angleplane_angle_measure_with_unit (ENTITY)boundary_condition_skewed

Derived Attributes

    No derived attributes

Inverse Attributes

Entity boundary_condition_skewed has the following local and inherited inverse attributes:
AttributeTypeDefined By
 restrained_nodesSET OF node (ENTITY)boundary_condition

Supertypes

Entity boundary_condition_skewed inherits from the following supertypes:
  boundary_condition

Subtypes

    No subtypes

Referenced By

Entity boundary_condition_skewed and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 boundary_condition ENTITY boundary_condition_skewed
 node ENTITY boundary_condition
 select_analysis_model_item SELECT boundary_condition


[Top Level Definitions] [Exit]

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