brepjs API Reference
    Preparing search index...

    Type Alias OrientedFace<D>

    OrientedFace: Face<D> & { "[___oriented]": true }

    A face with proven consistent normal orientation. Obtained via orientedFace() or isOrientedFace(). Assignable to Face<D>.

    Type Parameters