Eyeshot 10 WinForms API Reference
Rebuild Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid3D Class : Rebuild Method
Rebuild tolerance, zero for default.
When true, only faces without parametric surfaces are rebuilt.
Builds parametric face representation using the specified tolerance.
Syntax
'Declaration
 
Public Sub Rebuild( _
   Optional ByVal tol As Double, _
   Optional ByVal soft As Boolean _
) 
public void Rebuild( 
   double tol,
   bool soft
)

Parameters

tol
Rebuild tolerance, zero for default.
soft
When true, only faces without parametric surfaces are rebuilt.
See Also

Reference

Solid3D Class
Solid3D Members