lookup_paths property

lookup_paths property

Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.

Definition:

@property
def lookup_paths(self):
    ...
@lookup_paths.setter
def lookup_paths(self, value):
    ...

See Also