ENTITY element_volume

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY element_volume
ABSTRACT SUPERTYPE OF (ONEOF(element_volume_simple, element_volume_complex))
SUBTYPE OF (element);
DERIVE
	connectivities : SET [4:?] OF element_node_connectivity := bag_to_set 
		(USEDIN(SELF, 'STRUCTURAL_FRAME_SCHEMA.ELEMENT_NODE_CONNECTIVITY.CONNECTING_ELEMENT'));
WHERE
 	WRE17 : SELF\element.element_dimensionality = 3;
	WRE18 : SELF\element.parent_model.coordinate_space_dimension = 3;
END_ENTITY;

Explicit Attributes

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

Derived Attributes

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

Inverse Attributes

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

Supertypes

Entity element_volume inherits from the following supertypes:
  element

Subtypes

Entity element_volume has the following subtypes:
    element_volume_complex*
    element_volume_simple*
* - Immediate Subtypes

Referenced By

Entity element_volume and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 analysis_model ENTITY element
 analysis_result_element_volume ENTITY element_volume
 assembly_map ENTITY element
 element ENTITY element_volume
 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