ENTITY element_curve_complex

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY element_curve_complex
SUBTYPE OF (element_curve);
	cross_sections : LIST [2:?] OF section_profile;
 	points_defining_element_axis : LIST [2:?] OF point_on_curve;
 	element_orientations : LIST [2:?] OF orientation_select;
DERIVE
	number_of_sections : INTEGER := SIZEOF (cross_sections);
	curve_defining_element : curve := 
		points_defining_element_axis[1]\point_on_curve.basis_curve;  
WHERE
 	WRE6 : ( (SIZEOF (points_defining_element_axis) = number_of_sections) AND
			 (SIZEOF (element_orientations) = number_of_sections) );
	WRE7 : SIZEOF(QUERY(temp <* points_defining_element_axis | 
		(temp\point_on_curve.basis_curve) :<>: curve_defining_element)) = 0;
END_ENTITY;

Explicit Attributes

Entity element_curve_complex has the following local and inherited explicit attributes:
AttributeTypeDefined By
 element_namelabel (STRING)element
 element_descriptiontext (STRING)element
 parent_modelanalysis_model (ENTITY)element
 element_dimensionalityINTEGERelement
 element_subdivisionINTEGERelement_curve
 cross_sectionsLIST OF section_profile (ENTITY)element_curve_complex
 points_defining_element_axisLIST OF point_on_curve (ENTITY)element_curve_complex
 element_orientationsLIST OF orientation_select (SELECT)element_curve_complex

Derived Attributes

Entity element_curve_complex has the following local and inherited derived attributes:
AttributeTypeDefined By
 connectivitiesSET OF element_node_connectivity (ENTITY)element_curve
 number_of_sectionsINTEGERelement_curve_complex
 curve_defining_elementcurve (ENTITY)element_curve_complex

Inverse Attributes

Entity element_curve_complex has the following local and inherited inverse attributes:
AttributeTypeDefined By
 connectivitySET OF element_node_connectivity (ENTITY)element

Supertypes

Entity element_curve_complex inherits from the following supertypes:
  element
    element_curve

Subtypes

    No subtypes

Referenced By

Entity element_curve_complex and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 analysis_model ENTITY element
 analysis_result_element_curve ENTITY element_curve
 assembly_map ENTITY element
 element ENTITY element_curve
 element_curve ENTITY element
 element_curve ENTITY element_curve_complex
 element_mapping ENTITY element
 element_node_connectivity ENTITY element
 element_point ENTITY element
 element_surface ENTITY element
 element_volume ENTITY element
 load_element ENTITY element
 part_map ENTITY element
 select_analysis_model_item SELECT element


[Top Level Definitions] [Exit]

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