Build details for code;

FRM_EPTY_DOR LH Left Handed Opening - Empty Cabinet
FRM_EPTY_DOR RH Right Handed Opening - Empty Cabinet
FRM_EPTY_DOR LR Double Door Opening - Empty Cabinet

Tags : Tags built into the base cabinet in order to organise the components in larger models and manufacturing.

Component Options

Covering component options that are relevant to specific file only. Please refer back to"frm_epty" for base cabinet notes

brief summary of component objects

  • Doors

frm_epty_dorlh [ door config ]

Position X : 1.8 cm
Position Y: -0.3 cm [ this is the door gap between front of cab and back of door ]
Position Z : =FRM_DOOR_CABINET!DGAP_BOTTOM

Size
LenX : =FRM_DOOR_CABINET!DWIDTH
LenY : =FRM_DOOR_CABINET!DF_THICK
LenZ : =FRM_DOOR_CABINET!C_HEIGHT-FRM_DOOR_CABINET!DGAP_BOTTOM-FRM_DOOR_CABINET!DGAP_TOP

Rotation
RotZ :-90

Behaviours
Material: =FRM_DOOR_CABINET!D_MAT
OnClick : =FRM_DOOR_CABINET!D_MATANIMATE("RotZ",0,-90);ANIMATE("X",FRM_DOOR_CABINET!DGAP_LEFT,FRM_DOOR_CABINET!C_MAT_THICK)

frm_epty_dorrh

Position X : =FRM_DOOR_CABINET!C_WIDTH-FRM_DOOR_CABINET!DGAP_RIGHT
Position Y: -0.3 cm [ this is the door gap between front of cab and back of door ]
Position Z : =FRM_DOOR_CABINET!DGAP_BOTTOM

Size
LenX : =FRM_DOOR_CABINET!DWIDTH
LenY : =FRM_DOOR_CABINET!DF_THICK
LenZ : =FRM_DOOR_CABINET!C_HEIGHT-FRM_DOOR_CABINET!DGAP_BOTTOM-FRM_DOOR_CABINET!DGAP_TOP

Rotation
RotZ :0

Behaviours
Material: =FRM_DOOR_CABINET!D_MAT

OnClick : ANIMATE("RotZ",0,90);ANIMATE("X",FRM_DOOR_CABINET!C_WIDTH-FRM_DOOR_CABINET!DGAP_RIGHT,FRM_DOOR_CABINET!C_WIDTH-FRM_DOOR_CABINET!DGAP_RIGHT-FRM_DOOR_CABINET!C_MAT_THICK)