Eyeshot 10 WinForms API Reference
ExtrudeAsMesh(Vector3D,Double,natureType) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Region Class > ExtrudeAsMesh Method : ExtrudeAsMesh(Vector3D,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.
Syntax
'Declaration
 
Public Overloads Function ExtrudeAsMesh( _
   ByVal amount As Vector3D, _
   ByVal tolerance As Double, _
   ByVal meshNature As Mesh.natureType _
) As Mesh
public Mesh ExtrudeAsMesh( 
   Vector3D amount,
   double tolerance,
   Mesh.natureType meshNature
)

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

Return Value

The resulting Mesh object.
See Also

Reference

Region Class
Region Members
Overload List