from_asset_info method

from_asset_info(, asset_info)

Create AxisSystem from AssetInfo

Returns

Axis system containg coordinate system, up, front from given asset info


@staticmethod
def from_asset_info(asset_info):
    ...
ParameterTypeDescription
asset_infoAssetInfoFrom which asset info to read coordinate system, up and front vector.

See Also