@twinfinity/geometryFunctionsbuildFeatureEdgesFromPositionsbuildFeatureEdgesFromPositions CallablebuildFeatureEdgesFromPositions(positions: ArrayLike<number>, indices: ArrayLike<number>, options: FeatureEdgeOptions): Segment3[]Extract feature edges from raw positions and indices. Returns edges in the coordinate space of the input positions (typically local/model space). Vertices are welded at 1mm tolerance before normal comparison.Parameterspositions: ArrayLike<number>indices: ArrayLike<number>options: FeatureEdgeOptionsReturns Segment3[]
Extract feature edges from raw positions and indices. Returns edges in the coordinate space of the input positions (typically local/model space).
Vertices are welded at 1mm tolerance before normal comparison.