Eyeshot 10 WinForms API Reference
ExtrudeRemove(Region,Double,Double,Solid[],Boolean) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid Class > ExtrudeRemove Method : ExtrudeRemove(Region,Double,Double,Solid[],Boolean) Method
The Region to extrude
Extrusion amount
Entity region needs to be converted to solid, this is the conversion tolerance
The other solids that may result from the remove operation
When true, the portions of the solids resulting from the boolean operation will keep the colors and materials of the original solids
Modifies current solid extruding a contour by a given amount and removing.
Syntax
'Declaration
 
Public Overloads Function ExtrudeRemove( _
   ByVal region As Region, _
   ByVal amount As Double, _
   ByVal tolerance As Double, _
   ByRef leftOvers As Solid(), _
   Optional ByVal keepOriginalColors As Boolean _
) As Boolean
public bool ExtrudeRemove( 
   Region region,
   double amount,
   double tolerance,
   out Solid[] leftOvers,
   bool keepOriginalColors
)

Parameters

region
The Region to extrude
amount
Extrusion amount
tolerance
Entity region needs to be converted to solid, this is the conversion tolerance
leftOvers
The other solids that may result from the remove operation
keepOriginalColors
When true, the portions of the solids resulting from the boolean operation will keep the colors and materials of the original solids

Return Value

True if the operation is successful, false otherwise.
See Also

Reference

Solid Class
Solid Members
Overload List