kittycad.models.fbx_storage.FbxStorage
- class kittycad.models.fbx_storage.FbxStorage(value)[source][source]
-
Describes the storage format of an FBX file.
Attributes
# Binary FBX encoding.
- __dict__ = mappingproxy({'_generate_next_value_': <function Enum._generate_next_value_>, '__module__': 'kittycad.models.fbx_storage', '__doc__': 'Describes the storage format of an FBX file.', '__str__': <function FbxStorage.__str__>, '__dict__': <attribute '__dict__' of 'FbxStorage' objects>, '__weakref__': <attribute '__weakref__' of 'FbxStorage' objects>, '_member_names_': ['ASCII', 'BINARY'], '_member_map_': {'ASCII': <FbxStorage.ASCII: 'ascii'>, 'BINARY': <FbxStorage.BINARY: 'binary'>}, '_member_type_': <class 'str'>, '_value2member_map_': {'ascii': <FbxStorage.ASCII: 'ascii'>, 'binary': <FbxStorage.BINARY: 'binary'>}, 'ASCII': <FbxStorage.ASCII: 'ascii'>, 'BINARY': <FbxStorage.BINARY: 'binary'>, '__repr__': <function Enum.__repr__>, '__format__': <function Enum.__format__>, '__new__': <function Enum.__new__>, '__annotations__': {}})[source]