...
Language | Syntax |
---|---|
C++ | byte getTransformStepInfoByIndex( Cbase& base, Cbase& pivot, real& time, const dword index ) |
Python | dict (Cbase base, Cbase pivot, float time) getTransformStepInfoByIndex( int index ) |
...
0 = Error getting transform information of the object.
1 = Success.
Python
Dictionary Tuple containing transform information ('base','pivot','time').
Anchor | ||||
---|---|---|---|---|
|
...
Language | Syntax |
---|---|
C++ | byte getUVWChannelProperties( dword iChannel, byte& projType, bool& customProj, Crgb Cbase& projectorBase, real& startLatitude, real& endLatitude, real& startLongitude, real& endLongitude, real& startAngle, real& endAngle, bool& mirrorBackFaces ) |
Python | dict (int projType, bool custumProj, Cbase projectorBase, float startLatitude, float endLatutide, float startLongitude, float endLongitude, float startAngle, float endAngle, bool mirrorBackFaces) getUVWChannelProperties( int iChannel ) |
Return value
C++
0 = Error getting UVW channel properties.
1 = Success.
Python
Dictionary Tuple containing the UVW channel properties ('projType', 'customProj', 'projectorBase', 'startLatitude', 'endLatutide', 'startLongitude', 'endLongitude', 'startAngle', 'endAngle', 'mirrorBackFaces').
Anchor | ||||
---|---|---|---|---|
|
...
Number of geometry modifier extensions applied to the object.
...
...