Eyeshot 10 WinForms API Reference
ExtrudeAsSolid<T>(Double,Double,Double,Double) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Region Class > ExtrudeAsSolid Method : ExtrudeAsSolid<T>(Double,Double,Double,Double) Method
Extrusion amount along the axis X
Extrusion amount along the axis Y
Extrusion amount along the axis Z
The regeneration tolerance
Extrudes this region.
Syntax
'Declaration
 
Public Overloads Function ExtrudeAsSolid(Of T As {New, Solid})( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal tolerance As Double _
) As T
public T ExtrudeAsSolid<T>( 
   double x,
   double y,
   double z,
   double tolerance
)
where T: new(), Solid

Parameters

x
Extrusion amount along the axis X
y
Extrusion amount along the axis Y
z
Extrusion amount along the axis Z
tolerance
The regeneration tolerance

Type Parameters

T

Return Value

The resulting Solid object.
See Also

Reference

Region Class
Region Members
Overload List