Description
Modifies the position of all vertices in a specified shell by projecting them to the vertices of another shell, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.FitShellToPointCloud(fromShellID As RFEntityID, toShellID As RFEntityID) As RFErrorCode
The FitShellToPointCloud 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