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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Region Class > ExtrudeAsMesh Method : ExtrudeAsMesh<T>(Double,Double,natureType) Method
Extrusion amount
The regeneration tolerance
Entity region needs to be converted to Mesh, this is the Mesh.natureType of the new Mesh object
Extrudes a region creating a new Mesh along plane's Z-axis.
Syntax
'Declaration
 
Public Overloads Shadows Function ExtrudeAsMesh(Of T As {New, Mesh})( _
   ByVal amount As Double, _
   ByVal tolerance As Double, _
   ByVal meshNature As Mesh.natureType _
) As T
public new T ExtrudeAsMesh<T>( 
   double amount,
   double tolerance,
   Mesh.natureType meshNature
)
where T: new(), Mesh

Parameters

amount
Extrusion amount
tolerance
The regeneration tolerance
meshNature
Entity region needs to be converted to Mesh, this is the Mesh.natureType of the new Mesh object

Type Parameters

T

Return Value

The resulting Mesh object.
See Also

Reference

Region Class
Region Members
Overload List