ConsolidateAdjacentCurvePrimitivesOptions Class

Deprecated  in 5.11.13 - might be removed in next major version. Use ConsolidateAdjacentPrimitivesOptions, which is more convenient as an interface, and has better name.

Options to control method consolidateAdjacentPrimitives.

Implements

Methods

Name Description
constructor(): ConsolidateAdjacentCurvePrimitivesOptions    

Properties

Name Type Description
colinearPointTolerance number Tolerance for removing interior colinear points (if !disableLinearCompression).  
consolidateCompatibleArcs boolean True to consolidate contiguous compatible arcs into a single Arc3d.  
consolidateLinearGeometry boolean True to consolidate adjacent linear geometry into a single LineString3d.  
consolidateLoopSeam boolean | undefined True to attempt consolidation of the first and last primitives of a Loop or physically closed linestring data,  
disableLinearCompression boolean | undefined Disable LineSegment3d and LineString3d point compression.  
duplicatePointTolerance number Tolerance for detecting identical points.  

Defined in

Last Updated: 03 September, 2026