Function from2Dto3DLayout

  • Wil transform a 2D geometry (layout XY XYM) in place to 3D (XYZ XYZM) using the provided scene & height reference. will no apply anything, if the layout is already 3D

    Parameters

    • geometry: Geometry
    • scene: Scene
    • heightReference: CLAMP_TO_GROUND | CLAMP_TO_TERRAIN

    Returns Promise<void>