OpenCascade.js
API ReferenceModelingAlgorithmsTKBool

BRepProj

OCCT package BRepProj: BRepProj_Projection.

BRepProj_Projection

The Projection class provides conical and cylindrical projections of Edge or Wire on a Shape from TopoDS. The result will be a Edge or Wire from TopoDS.

Constructors(2)

Instance methods(6)

  • IsDone(): boolean

    returns False if the section failed

  • Init(): void

    Resets the iterator by resulting wires.

  • More(): boolean

    Returns True if there is a current result wire.

  • Next(): void

    Move to the next result wire.

  • Returns the current result wire.

  • Returns the complete result as compound of wires.