Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OCCTSurfaces

Index

Constructors

constructor

  • new OCCTSurfaces(occWorkerManager: OCCTWorkerManager): OCCTSurfaces
  • Parameters

    • occWorkerManager: OCCTWorkerManager

    Returns OCCTSurfaces

Methods

cylindricalSurface

  • Creates an infinite cylindrical surface that can not be drawn. Be sure to use this geometry only for constructive purposes of modeling, but not for representation.

    group

    surfaces

    shortname

    cylindrical

    drawable

    false

    Parameters

    Returns Promise<GeomSurfacePointer>

    OpenCascade cylindrical surface

surfaceFromFace

  • Creates a surface from the face

    group

    surfaces

    shortname

    from face

    drawable

    false

    Parameters

    Returns Promise<GeomSurfacePointer>

    OpenCascade geom surface

Generated using TypeDoc