Properties_T_Rhino_Geometry_Unroller - mcneel/rhinocommon-api-docs GitHub Wiki

Unroller Properties

The Unroller type exposes the following members.

Properties

 

Name Description
Public property AbsoluteTolerance Gets or sets the absolute tolerance for the unrolling operation. Absolute tolerance is used in the evaluation of new entities, such as intersections, reprojections and splits.

In the current implementation, absolute tolerance is used in tessellating rails, fitting curves and pulling back trims.

Public property ExplodeOutput Gets or sets a value determining whether geometry should be exploded.
Public property ExplodeSpacing Gets or sets a value determining whether spacing should be exploded.
Public property RelativeTolerance Gets or sets the relative tolerance for the unrolling operation. Relative tolerance is used in the evaluation of intrinsic properties, such as computations "along" the surface or brep.

In the current implementation, relative tolerance is used to decide if a surface is flat enough to try to unroll. That helps ease the scale dependency. The surface has to be linear in one direction within (length * RelativeTolerance) to be considered linear for that purpose. Otherwise smash will ignore that tolerance and unroll anything.

  Back to Top

See Also

Reference

Unroller Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️