You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BIMData API is a tool to interact with your models stored on BIMData’s servers. Through the API, you can manage your projects, the clouds, upload your IFC files and manage them through endpoints. # noqa: E501
The version of the OpenAPI document: v1 (v1)
Contact: support@bimdata.io
Generated by: https://openapi-generator.tech
"""
import sys
import unittest
import bimdata_api_client
from bimdata_api_client.model.property_set import PropertySet
globals()['PropertySet'] = PropertySet
from bimdata_api_client.model.material import Material
class TestMaterial(unittest.TestCase):
"""Material unit test stubs"""
def setUp(self):
pass
def tearDown(self):
pass
def testMaterial(self):
"""Test Material"""
# FIXME: construct object with mandatory attributes with example values