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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid Class > ExtrudeAdd Method : ExtrudeAdd(Region,Double,Double,Double,Double,Solid[]) Method
The Region to extrude
Extrusion amount along the axis X
Extrusion amount along the axis Y
Extrusion amount along the axis Z
Entity region needs to be converted to solid, this is the conversion tolerance
The other solids that may result from the add operation
Modifies current solid extruding a contour by a given vector and adding.
Syntax
'Declaration
 
Public Overloads Function ExtrudeAdd( _
   ByVal region As Region, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal tolerance As Double, _
   ByRef leftOvers As Solid() _
) As Boolean
public bool ExtrudeAdd( 
   Region region,
   double x,
   double y,
   double z,
   double tolerance,
   out Solid[] leftOvers
)

Parameters

region
The Region to extrude
x
Extrusion amount along the axis X
y
Extrusion amount along the axis Y
z
Extrusion amount along the axis Z
tolerance
Entity region needs to be converted to solid, this is the conversion tolerance
leftOvers
The other solids that may result from the add operation

Return Value

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

Reference

Solid Class
Solid Members
Overload List