MaxPlus Python API Reference
Asset Class Reference
+ 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

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

Detailed 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.

Member Function Documentation

◆ GetAssetType()

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

◆ GetResolvedFileName()

def GetResolvedFileName (   self)
GetResolvedFileName(Asset self) -> WStr

◆ GetSpecifiedFileName()

def GetSpecifiedFileName (   self)
GetSpecifiedFileName(Asset self) -> WStr