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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid Class > ExtrudeAdd Method : ExtrudeAdd(Region,Vector3D,Double) Method
The Region to extrude
Extrusion amount
Entity region needs to be converted to solid, this is the conversion tolerance
Modifies current solid extruding a contour by a given vector and adding.
Syntax
'Declaration
 
Public Overloads Function ExtrudeAdd( _
   ByVal region As Region, _
   ByVal amount As Vector3D, _
   ByVal tolerance As Double _
) As Boolean
public bool ExtrudeAdd( 
   Region region,
   Vector3D amount,
   double tolerance
)

Parameters

region
The Region to extrude
amount
Extrusion amount
tolerance
Entity region needs to be converted to solid, this is the conversion tolerance

Return Value

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

Reference

Solid Class
Solid Members
Overload List