Eyeshot 10 WinForms API Reference
ExtrudeAsSolid3D(Double,Double,Double,Double) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > ICurve Interface > ExtrudeAsSolid3D Method : ExtrudeAsSolid3D(Double,Double,Double,Double) Method
Extrusion amount along the X axis
Extrusion amount along the Y axis
Extrusion amount along the Z axis
The regeneration tolerance
Extrudes this curve along the specified direction.
Syntax
'Declaration
 
Overloads Function ExtrudeAsSolid3D( _
   ByVal dx As Double, _
   ByVal dy As Double, _
   ByVal dz As Double, _
   Optional ByVal tolerance As Double _
) As Solid3D
Solid3D ExtrudeAsSolid3D( 
   double dx,
   double dy,
   double dz,
   double tolerance
)

Parameters

dx
Extrusion amount along the X axis
dy
Extrusion amount along the Y axis
dz
Extrusion amount along the Z axis
tolerance
The regeneration tolerance

Return Value

The resulting Solid3D object.
See Also

Reference

ICurve Interface
ICurve Members
Overload List