Eyeshot 10 WinForms API Reference
ConvertToSolid Method (Surface)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class : ConvertToSolid Method
The maximum deviation, zero for current tessellation.
The maximum angular deflection, ignored when zero.
Converts this Surface to a Mesh object.
Syntax
'Declaration
 
Public Function ConvertToSolid( _
   Optional ByVal deviation As Double, _
   Optional ByVal angle As Double _
) As Solid
public Solid ConvertToSolid( 
   double deviation,
   double angle
)

Parameters

deviation
The maximum deviation, zero for current tessellation.
angle
The maximum angular deflection, ignored when zero.

Return Value

The resulting Solid object.
See Also

Reference

Surface Class
Surface Members