Document.Export
Description:
Exports the document in 3D-Studio Max (FBX) format.
Exports the document in 3D-Studio Max (FBX) format.
Remarks:
Though the 'options' argument is not currently used, an object still must be provided (may be .a null reference (Nothing in Visual Basic)).
Though the 'options' argument is not currently used, an object still must be provided (may be .a null reference (Nothing in Visual Basic)).
Overloads (13):
Export(String,String,ViewSet,FBXExportOptions)
public bool Export(
string folder,
string name,
ViewSet views,
FBXExportOptions options
)
-
StringfolderOutput folder, into which file(s) will be exported. The folder must exist.
-
StringnameEither the name of a single file or a prefix for a set of files. If nulla null reference (Nothing in Visual Basic) or empty, automatic naming will be used.
-
viewsSelection of views to be exported.Only 3D views are allowed.
-
optionsOptions applicable to the FBX format.
Return Value
bool
Function returns true only if all specified views are exported successfully.
The function returns False if exporting of any view fails, even if some views might have been exported successfully.
-
Thrown when the input views isnullNothingnullptra null reference (Nothingin Visual Basic)
-
Thrown when the input views is an empty ViewSet. Thrown if any view in the views is not a 3D view.