Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Param name

Value

Description

GuidSyncCategories

['Doors', 'Furnitures', 'Walls', 'Windows', 'Spaces_Room', 'Stairs']

Fetch object information from Asset for specified classes.

Not setting this will cause all objects in model to be requested.

This call can result in thousands of GUIDs to be sent to Asset.


This call is made because model does not contain referenced object fmGUID, but only has entity GUID.

AssetModel

900


AssetBuilding

3010300


FetchModelIdFromAsset

true/false

True to lookup model in Asset

FetchAllModels

true/false

True to lookup all models from Building Level

UseModelStreaming

true/false


HDCRoomClass

106

Sample value - should be class ID of objects representing Rooms.

When object of this class is selected, a dedicated viewer function to show Rooms will be used.

asset_take_param_value

DEFAULT_ASSET_TAKE_SIZE = "10000";

Number of records to fetch at one time form Asset+

NOTE: Asset does sort objects before they are fetched, so it often runs out of memory regardless of this size.

asset_chunk_size

DEFAULT_ASSET_CHUNK_SIZE = "1000";

Number of record to be sent to Asset in update chunks.

subtree_perspective_id

Set to perspective ID taken from config

Perspective used to build sub-tree.

Asset+ Parameters

Connection to Asset+ requires proper settings in two places: FMA System Settings described below and Identity Provider that will store auth settings. 

...