194 void print(
string str );
292 void print(
string str );
425 void append(
float value );
467 void append(
string value );
790 void append(
Tool &item );
825 void append(
string item );
959 void setIntParam(
string name,
int value,
int index=0 );
969 void setIntGroupParam( std::string name,
int value1,
int value2,
int value3 );
1033 void addIntParam(
string name,
string title,
int value,
int min,
int max );
1044 void addFloatParam(
string name,
string title,
float value,
float min,
float max );
1071 void addStringParam(
string name,
string title,
string defaultValue );
1081 void save(
string );
1108 string name(
void );
1191 void append(
Node &item );
1289 bool contains(
string uuid,
bool recursive=
true );
1377 void loadObjectTemplate(
string templateId,
int year=-1,
string style=
"",
string tag=
"",
string adjectives=
"" );
1459 TransMatrix(
float scaleX,
float scaleY,
float scaleZ,
float rotX,
float rotY,
float rotZ,
float posX,
float posY,
float posZ,
float pivotX,
float pivotY,
float pivotZ );
1507 void set(
float x,
float y,
float z );
1515 float index(
int offset );
1917 void updateNormals(
bool updateFace =
true,
bool updateVertex =
true);
1927 void subtract(
Mesh *second_arg,
bool reorient,
float tolerance );