#include<kfbxproceduralgeometry.h>
List of all members.
Detailed Description
FBX SDK procedural geometry class.
Definition at line52of filekfbxproceduralgeometry.h.
Constructor&Destructor Documentation
Constructor.
- Parameters:
| pManager | SDK object manager |
| pName | Object name |
Member Function Documentation
Creates a clone of this object.
- Parameters:
| pContainer | The object, typically a document or scene, that will contain the new clone. Can be NULL. |
| pCloneType | The type of clone to create |
- Returns:
- The new clone, or NULL if the specified clone type is not supported.
Reimplemented fromKFbxGeometry.