ENTITY element_curve

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY element_curve
ABSTRACT SUPERTYPE OF (ONEOF(element_curve_simple, element_curve_complex))
SUBTYPE OF (element);
 	element_subdivision : OPTIONAL INTEGER;
DERIVE
	connectivities : SET [2:2] OF element_node_connectivity := bag_to_set
		(USEDIN(SELF, 'STRUCTURAL_FRAME_SCHEMA.ELEMENT_NODE_CONNECTIVITY.CONNECTING_ELEMENT'));		
WHERE
 	WRE3 : SELF\element.element_dimensionality = 1;
	WRE4 : connectivities[1] :<>: connectivities[2];  
	WRE5 : connectivities[1].connecting_node :<>: connectivities[2].connecting_node;  
END_ENTITY;

Explicit Attributes

Entity element_curve 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

Derived Attributes

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

Inverse Attributes

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

Supertypes

Entity element_curve inherits from the following supertypes:
  element

Subtypes

Entity element_curve has the following subtypes:
    element_curve_complex*
    element_curve_simple*
* - Immediate Subtypes

Referenced By

Entity element_curve 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_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