MPC is abbreviation of Multi Point Constrains, i.e joints some DOFs together, but this the term used in MSC/NASTRAN, i haven't heard it in ANSYS.
It likes that you should do like what KSWpe said with some considerations. Below i citate the explanation from ANSYS (section 4.4 of ANSYS documents):
1. Shell-to-solid submodeling is activated by setting KSHS to 1 on the CBDOF command (Main Menu>General Postproc>Submodeling>Interpolate DOF) and the BFINT command (Main Menu>General Postproc>Submodeling>Interp Body Forc). This feature is not applicable to offsets used with SHELL91 or SHELL99 (KEYOPT(11) 00).
2. Cut boundaries on the submodel are the end planes that are normal to the shell plane (see Node Rotations). Nodes on these cut boundaries are written to the node file [NWRITE] (Main Menu>Preprocessor>Create>Nodes> Write Node File).
3. To determine the DOF values at a cut boundary node [CBDOF], the program first projects the node onto the nearest element in the shell plane. The DOF values of this projected point are then calculated by interpolation and assigned to the corresponding node. Interpolated temperatures [BFINT] are calculated based on the average temperature at the midplane of the nearest shell element.
4. In a structural analysis, only translational displacements are calculated for the cut boundary nodes, but their values are based on both the translations and rotations of the projected point. Also, the node is rotated such that the nodal UY direction is always perpendicular to the shell plane, as shown in Node Rotations. A UY constraint will be calculated only for nodes that are within 10% of the average shell element thickness from the shell plane. This prevents over-constraint of the submodel in the transverse direction.
5. The .CBDO file written by the CBDOF command will consist of two blocks:
- a block of NMODIF commands (indicating node rotation
angles) and DDELE commands (to delete UY constraints)
- a block of D commands (to apply the interpolated DOF
values).
6. You must read in the .CBDO file in PREP7, because the NMODIF command is only valid in PREP7. To do so, enter the preprocessor, then use one of these methods:
Command(s): /INPUT
GUI: Utility Menu>File>Read Input from
good luck!