Asset Class Reference

Class Description

Represents an auxiliary file referenced by a 3ds Max scene or object. The specified file is the original file path (possibly a relative path) given to the asset while the resolved file name is the full path to the file resolved by 3ds Max.
+ Inheritance diagram for Asset:

Public Member Functions

def GetAssetType (self)
 
def GetResolvedFileName (self)
 
def GetSpecifiedFileName (self)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Static Public Attributes

tuple ResolvedFileName = _swig_property(GetResolvedFileName)
 
tuple SpecifiedFileName = _swig_property(GetSpecifiedFileName)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
tuple Type = _swig_property(GetAssetType)
 
- Static Public Attributes inherited from Wrapper
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def GetAssetType (   self)
GetAssetType(Asset self) -> Autodesk::Max::AssetType::Type
def GetResolvedFileName (   self)
GetResolvedFileName(Asset self) -> WStr
def GetSpecifiedFileName (   self)
GetSpecifiedFileName(Asset self) -> WStr