Description
Removes undercut region.
Syntax
Function RFMeshTools.OutblockUndercutArea(idShell As RFEntityID, pInsDir As RFVector3, tolerance As Double, option As RFOutblockOption) As RFErrorCode
The OutblockUndercutArea syntax has these parts:
| Part | Description |
|---|---|
| idShell | [IN] RFEntityID Required. Entity ID of a shell. |
| pInsDir | [IN] RFVector3 Required. Project direction. |
| tolerance | [IN] Double Required. Demading length tolerance. 0.0 ~ 0.1 |
| option | [IN] RFOutblockOption Required. Calculation method to determine block-out direction.. |