Description
Projects the currently selected faces(region) to a specified or automatically calculated plane, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.FitRegionToPlane(bBestFit As Boolean, pPlane As RFPlane) As RFErrorCode
The FitRegionToPlane syntax has these parts:
| Part | Description |
|---|---|
| bBestFit | [IN] Boolean Required. It determines whether the plane geometry is calculated based on the least squre fitting method. |
| pPlane | [IN] RFPlane Required. Plane geometry to fit. |
Remarks