Skip to main content

REXS V1.6

Gear casings

The casing component can be created to connect bearings or couplings with the casing/inertial system.

It is possible to add multiple gear_casing components to a model. This can be helpful with FE (partial) casings. For details, see FE casings and inertial system.

If both components are present in the model, an assembly relation must be created between the gear_unit and the gear_casing.

Required components

XML syntax

Casing

<component id="2" type="gear_casing"> ... </component>

Required relations

XML syntax

Assembly relation

<relation id="1" type="assembly">
	<ref id="1" role="assembly" hint="gear_unit"/>
	<ref id="2" role="part" hint="gear_casing"/>
</relation>