Eyeshot 10 WPF API Reference
ExtrudeAdd(Region,Interval) Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > Solid3D Class > ExtrudeAdd Method : ExtrudeAdd(Region,Interval) Method
The region
The extrusion amount interval
Extrudes the specified region and adds it to the original Solid3D object.
Syntax
'Declaration
 
Public Overloads Function ExtrudeAdd( _
   ByVal reg As Region, _
   ByVal amount As Interval _
) As Boolean
public bool ExtrudeAdd( 
   Region reg,
   Interval amount
)

Parameters

reg
The region
amount
The extrusion amount interval

Return Value

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

Reference

Solid3D Class
Solid3D Members
Overload List