3DCoatScripting  4.8.31β
С помощью скриптинга можно управлять возможностями Коута и расширять его функционал.
Класс coat::scripto::FormatFBX

Class for working with data in the format FBX. Подробнее...

Базовые классы:coat::scripto::AFormat< FormatFBX >.

Открытые члены

virtual std::string extension () const override
 
- Открытые члены inherited from coat::scripto::AFormat< FormatFBX >
 AFormat ()
 Constructor for building an empty object.
 
bool operator== (const AFormat &b) const
 Comparison. Sources only. Подробнее...
 
bool operator== (const Child &b) const
 For cozy registers to the scripting and for simple inheritance.
 
FormatFBXsource (const std::string &s)
 Setter for source. Подробнее...
 
std::string source () const
 Getter for source. Подробнее...
 
FormatFBXlayer (const std::string &l)
 Setter for name of layer. Right now set up a source as "layer". Подробнее...
 
std::string layer () const
 Getter for name of layer. Подробнее...
 

Additional Inherited Members

- Открытые типы inherited from coat::scripto::AFormat< FormatFBX >
enum  Source
 
- Защищенные члены inherited from coat::scripto::AFormat< FormatFBX >
Source src () const
 
Source & src ()
 
FormatFBXcastThis ()
 
- Защищенные статические члены inherited from coat::scripto::AFormat< FormatFBX >
static const std::vector
< std::string > & 
strEnumSources ()
 
static Source sourceLikeEnum (const std::string &s)
 
static const std::string & sourceLikeString (Source s)
 

Подробное описание

Class for working with data in the format FBX.

format-fbx.png
См. также
FormatDAE
Начиная с
4.5.32