Can Export FBX with timeline data

Can Export FBX with timeline data

T52K-BIB
Enthusiast Enthusiast
431 Views
2 Replies
Message 1 of 3

Can Export FBX with timeline data

T52K-BIB
Enthusiast
Enthusiast

i'm trying to export FBX format with timeline data value directly from Navisworks  but its eliminate the data(property) and export as blank data(property), by Naviswork API or COM API can export FBX with timeline data?

0 Likes
432 Views
2 Replies
Replies (2)
Message 2 of 3

naveen.kumar.t
Autodesk Support
Autodesk Support

Hi @T52K-BIB ,

 

Please note that the Navisworks API rarely supports functionality that is not already available in the user interface. As a result, if a feature is not supported in the UI, it is unlikely to be supported by the API.


It is always beneficial to research and identify the best manual approach to solving a problem before attempting to address it programmatically.


Have you consulted the Navisworks Product Support team?

Once you determine the optimal manual approach via UI, please let me know—I will assist you in implementing the same via the API.


Additionally, please share the response you receive from the Navisworks Product Support team, even if the answer is "no." This will help us determine the most appropriate way to proceed.


Naveen Kumar T
Developer Technical Services
Autodesk Developer Network

Message 3 of 3

T52K-BIB
Enthusiast
Enthusiast

Thank you, @naveen.kumar.t, for the response

The snippet below provides context for my query. I assumed the plugin is used externally to export the FBX, allowing property data to be added to the geometry:

PluginRecord FBXPluginRecord = Autodesk.Navisworks.Api.Application.Plugins.FindPlugin("NativeExportPluginAdaptor_LcFbxExporterPlugin_Export.Navisworks");

 

0 Likes