/*! Sets the type of presentation (vectors, deformed shape etc.)
* which will be generated by the method <VAR>generatePresentations</VAR>.
+ * \note \c addField() method should be called before in order to add field
+ * with number \c theFieldNum.
*/
void setPresentationType(in long theFieldNum, in VISUType theType);
/*! Gets the type of presentation (vectors, deformed shape etc.) which will
- * be generated by the method <VAR>generatePresentations</VAR>.
+ * be generated by the method <VAR>generatePresentations</VAR>.
+ * \note \c addField() method should be called before in order to add field
+ * with number \c theFieldNum.
*/
VISUType getPresentationType(in long theFieldNum);