ENTITY section_properties

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY section_properties
SUPERTYPE OF (section_properties_asymmetric);
 	profile : section_profile;
	origin_offset : ARRAY [1:2] OF OPTIONAL length_measure_with_unit;
 	torsional_constant_Ix : OPTIONAL inertia_measure_with_unit;
 	inertia_moment_Iy : OPTIONAL inertia_measure_with_unit;
 	inertia_moment_Iz : OPTIONAL inertia_measure_with_unit;
 	section_area_Ax : OPTIONAL area_measure_with_unit;
 	shear_area_Asy : OPTIONAL area_measure_with_unit;
 	shear_area_Asz : OPTIONAL area_measure_with_unit;
	shear_deformation_area_Ay : OPTIONAL area_measure_with_unit;
	shear_deformation_area_Az : OPTIONAL area_measure_with_unit;
 	surface_per_length : OPTIONAL positive_length_measure_with_unit;
 	radius_of_gyration_ry : OPTIONAL positive_length_measure_with_unit;
 	radius_of_gyration_rz : OPTIONAL positive_length_measure_with_unit;
 	plastic_modulus_Sy : OPTIONAL modulus_measure_with_unit;
 	plastic_modulus_Sz : OPTIONAL modulus_measure_with_unit;
 	warping_constant : OPTIONAL derived_measure_with_unit;
 	torsional_index : OPTIONAL REAL;
 	buckling_parameter : OPTIONAL REAL;
 	nominal_mass : OPTIONAL mass_per_length_measure_with_unit;
	actual_mass : OPTIONAL mass_per_length_measure_with_unit;
DERIVE
	y_offset : REAL := NVL(origin_offset[1].value_component, 0.0);
	z_offset : REAL := NVL(origin_offset[2].value_component, 0.0);
WHERE
	WRS39 : NOT( (profile.cardinal_point = 10) AND (y_offset <> 0.0) );
	WRS40 : NOT( (profile.cardinal_point = 10) AND (z_offset <> 0.0) );
END_ENTITY;

Explicit Attributes

Entity section_properties has the following local and inherited explicit attributes:
AttributeTypeDefined By
 profilesection_profile (ENTITY)section_properties
 origin_offsetARRAY OF length_measure_with_unit (ENTITY)section_properties
 torsional_constant_Ixinertia_measure_with_unit (ENTITY)section_properties
 inertia_moment_Iyinertia_measure_with_unit (ENTITY)section_properties
 inertia_moment_Izinertia_measure_with_unit (ENTITY)section_properties
 section_area_Axarea_measure_with_unit (ENTITY)section_properties
 shear_area_Asyarea_measure_with_unit (ENTITY)section_properties
 shear_area_Aszarea_measure_with_unit (ENTITY)section_properties
 shear_deformation_area_Ayarea_measure_with_unit (ENTITY)section_properties
 shear_deformation_area_Azarea_measure_with_unit (ENTITY)section_properties
 surface_per_lengthpositive_length_measure_with_unit (ENTITY)section_properties
 radius_of_gyration_rypositive_length_measure_with_unit (ENTITY)section_properties
 radius_of_gyration_rzpositive_length_measure_with_unit (ENTITY)section_properties
 plastic_modulus_Symodulus_measure_with_unit (ENTITY)section_properties
 plastic_modulus_Szmodulus_measure_with_unit (ENTITY)section_properties
 warping_constantderived_measure_with_unit (ENTITY)section_properties
 torsional_indexREALsection_properties
 buckling_parameterREALsection_properties
 nominal_massmass_per_length_measure_with_unit (ENTITY)section_properties
 actual_massmass_per_length_measure_with_unit (ENTITY)section_properties

Derived Attributes

Entity section_properties has the following local and inherited derived attributes:
AttributeTypeDefined By
 y_offsetREALsection_properties
 z_offsetREALsection_properties

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity section_properties has the following subtypes:
    section_properties_asymmetric*
* - Immediate Subtypes

Referenced By

Entity section_properties and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 part_sheet_profiled ENTITY section_properties
 select_structural_item SELECT section_properties


[Top Level Definitions] [Exit]

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