Shapemetry API / FaceIntersection
Interface: FaceIntersection
Defined in: nurbsBrep/operations/offset/types.ts:43
The intersection curve between two adjacent offset faces, replacing the original shared edge.
Properties
originalEdge
originalEdge:
Edge
Defined in: nurbsBrep/operations/offset/types.ts:44
faceA
faceA:
Face
Defined in: nurbsBrep/operations/offset/types.ts:45
faceB
faceB:
Face
Defined in: nurbsBrep/operations/offset/types.ts:46
curvePoints
curvePoints:
Point[]
Defined in: nurbsBrep/operations/offset/types.ts:48
Sampled points along the intersection curve.
newEdges
newEdges:
Edge[]
Defined in: nurbsBrep/operations/offset/types.ts:50
New edges created from this intersection.