Eyeshot 10 WinForms API Reference
ConvertToSolid3D Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class : ConvertToSolid3D Method
The rebuild tolerance to set to the object. Zero for default value.
Converts this Surface to a Solid3D object.
Syntax
'Declaration
 
Public Function ConvertToSolid3D( _
   Optional ByVal rebuildTolerance As Double _
) As Solid3D
public Solid3D ConvertToSolid3D( 
   double rebuildTolerance
)

Parameters

rebuildTolerance
The rebuild tolerance to set to the object. Zero for default value.

Return Value

The resulting Solid3D object.
See Also

Reference

Surface Class
Surface Members