Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "svf/meshes"

Index

Functions

parseLines

parseMeshOCTM

parseMeshRAW

parseMeshes

  • Parses meshes from a binary buffer, typically stored in files called '.pf', referenced in the SVF manifest as an asset of type 'Autodesk.CloudPlatform.PackFile'.

    generator

    Parameters

    • buffer: Buffer

      Binary buffer to parse.

    Returns Iterable<IMesh | ILines | IPoints | null>

    Instances of parsed meshes, or null values if the mesh cannot be parsed (and to maintain the indices used in {@link IGeometry}).

parsePoints

Generated using TypeDoc