LoopCurveLoopCurve Class

Structure carrying a pair of loops with curve geometry.

Methods

Name Description
constructor(loopA: undefined | Loop, curveA: undefined | CurvePrimitive, loopB: undefined | Loop, curveB: undefined | CurvePrimitive): LoopCurveLoopCurve Constructor  
setA(loop: Loop, curve: CurvePrimitive): void Set the loopA and curveA members  
setB(loop: Loop, curve: CurvePrimitive): void Set the loopB and curveB members  

Properties

Name Type Description
curveA undefined | CurvePrimitive A curve (typically an edge of loopA)  
curveB undefined | CurvePrimitive A curve (typically an edge of loopB)  
loopA undefined | Loop First loop  
loopB undefined | Loop second loop  

Defined in

Last Updated: 15 March, 2024