Click or drag to resize

Unroller Properties

The Unroller type exposes the following members.

Properties
  NameDescription
Public propertyAbsoluteTolerance
Gets or sets the absolute tolerance for the unrolling operation.

Absolute tolerance is used in the evaluation of new entities, such as intersections, re-projections and splits.

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

Public propertyExplodeOutput
Gets or sets a value determining whether geometry should be exploded.
Public propertyExplodeSpacing
Gets or sets a value determining whether spacing should be exploded.
Public propertyRelativeTolerance
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.

Top
See Also