bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class OCCTFace

    Index

    Constructors

    • Parameters

      • occWorkerManager: OCCTWorkerManager

      Returns OCCTFace

    beam profiles

    extract

    • Get point on UV where U and V are described between 0 and 1. These will be mapped to real bounds.

      Parameters

      Returns Promise<Point3>

      point

      point on uv

      true

    • Get normal on UV where U and V are described between 0 and 1. These will be mapped to real bounds.

      Parameters

      Returns Promise<Vector3>

      normal vector

      normal on uv

      true

    • Get points on UVs where U and V are described between 0 and 1 in two dimensional arrays. These will be mapped to real bounds.

      Parameters

      Returns Promise<Point3[]>

      points

      points on uvs

      true

    • Get normals on UVs where U and V are described between 0 and 1 in two dimensional arrays. These will be mapped to real bounds.

      Parameters

      Returns Promise<Vector3[]>

      normals

      normals on uvs

      true

    filter

    from

    from base

    get

    • Gets the U min bound of the face

      Parameters

      Returns Promise<number>

      u min bound

      u min

      false

    • Gets the U max bound of the face

      Parameters

      Returns Promise<number>

      u max bound

      u max

      false

    • Gets the V min bound of the face

      Parameters

      Returns Promise<number>

      v min bound

      v min

      false

    • Gets the V max bound of the face

      Parameters

      Returns Promise<number>

      v max bound

      v max

      false

    patterns

    primitives

    • Creates OpenCascade L-polygon face

      Parameters

      Returns Promise<TopoDSFacePointer>

      OpenCascade L-polygon face

      L-polygon

      true