Options
All
  • Public
  • Public/Protected
  • All
Menu

ifc2json-wrapper Documentation - v1.0.0

Index

Interfaces

Functions

Functions

ifc2json

  • Wrapper for ConvertIfc2Json command.

    Example

    import { ifc2json } from 'ifc2json-wrapper'
    ifc2json(filepath, {replaceExistingFile: true});
    // a new file will be created with the .json extension added to the given path
    
    anothernote

    ConvertIfc2Json must be in the $PATH of the system

    Parameters

    • source: string

      Path to the original .ifc file

    • Optional options: Ifc2JsonOptions

    Returns Promise<string>

    Destination of the converted .json file

Generated using TypeDoc