ThreeMfFormat — Aspose.3D FOSS Python API Reference

ThreeMfFormat — ThreeMfFormat class..

Package: aspose.threed


Properties

PropertyTypeDescription
extensionstr
extensionsList[str]
content_typestr
file_format_type``
versionstr
can_exportbool
can_importbool
formatsList

Methods

MethodReturnsDescription
extension()str
extensions()List[str]
content_type()str
file_format_type()``
version()str
can_export()bool
can_import()bool
formats()List
create_load_options()``
create_save_options()``
is_buildable(node)bool
get_transform_for_build(node)Optional[Matrix4]
set_buildable(node, value: bool, transform: Optional[Matrix4])``
set_object_type(node, model_type: str)``
get_object_type(node)str

See Also