Eyeshot 10 WinForms API Reference
ExtrudeRemove(Region,Double,Double) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid3D Class > ExtrudeRemove Method : ExtrudeRemove(Region,Double,Double) Method
The region
The extrusion amount
The draft angle in radians
Extrudes the specified region with a draft angle and removes it from the original Solid3D object.
Syntax
'Declaration
 
Public Overloads Function ExtrudeRemove( _
   ByVal reg As Region, _
   ByVal amount As Double, _
   ByVal angleInRadians As Double _
) As Boolean
public bool ExtrudeRemove( 
   Region reg,
   double amount,
   double angleInRadians
)

Parameters

reg
The region
amount
The extrusion amount
angleInRadians
The draft angle in radians

Return Value

True if the operation is successful, false otherwise keeping the Solid3D object unmutated.
See Also

Reference

Solid3D Class
Solid3D Members
Overload List