|
MaxPlus Python API 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') | |
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.
| def GetAssetType | ( | self | ) |
GetAssetType(Asset self) -> Autodesk::Max::AssetType::Type
| def GetResolvedFileName | ( | self | ) |
GetResolvedFileName(Asset self) -> WStr
| def GetSpecifiedFileName | ( | self | ) |
GetSpecifiedFileName(Asset self) -> WStr