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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid3D Class > ExtrudeAdd Method : ExtrudeAdd(Region,Double) Method
The region
The extrusion amount
Extrudes the specified region, overriding the original Solid3D with the result of the cut and adds it to the original Solid3D object.
Syntax
'Declaration
 
Public Overloads Function ExtrudeAdd( _
   ByVal reg As Region, _
   ByVal amount As Double _
) As Boolean
public bool ExtrudeAdd( 
   Region reg,
   double amount
)

Parameters

reg
The region
amount
The extrusion amount

Return Value

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

Reference

Solid3D Class
Solid3D Members
Overload List
FixTopology method