Description
Modifies the position of all vertices in a specified shell by projecting them to the faces of another shell, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.FitShellToMeshes(fromShellID As RFEntityID, toShellID As RFEntityID) As RFErrorCode
The FitShellToMeshes syntax has these parts:
| Part | Description |
|---|---|
| fromShellID | [IN] RFEntityID Required. Shell's RFEntityID to modify vertices. |
| toShellID | [IN] RFEntityID Required. Reference Shell's RFEntityID. |
Remarks