Enums.SurfacePlacement enumeration

  • QML Enumeration List
  • Enums.SurfacePlacement enumeration
  • The SurfacePlacement can be one of:

    ConstantDescription
    Enums.SurfacePlacementDrapedBillboarded(1) The feature is draped on the surface by ignoring the Z-Value. Symbols will always face the camera. In the case of a ModelSceneSymbol, there is no difference in behavior between SurfacePlacementDrapedFlat and SurfacePlacementDrapedBillboarded.
    Enums.SurfacePlacementAbsolute(2) The feature is placed at the elevation specified in meters above sea level.
    Enums.SurfacePlacementRelative(3) The feature is placed at a height relative to the ground elevation.
    Enums.SurfacePlacementRelativeToScene(3) The height (Z-Value) of the feature is relative to the scene altitude values. New value since 100.6.
    Enums.SurfacePlacementDrapedFlat(4) The feature is draped to the surface by ignoring the Z-Value. Symbols will appear flat on the surface. New value since 100.7. In the case of a ModelSceneSymbol, there is no difference in behavior between SurfacePlacementDrapedFlat and SurfacePlacementDrapedBillboarded.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.