I am trying to translate a revit model to SVF. For a particular model, only when i pass {"generateMasterViews": true}, i am able to translate the file. But i wonder how to define this value in Forge C# API.
I Tried to pass the value for IJobPayloadItemAdvanced, but noluck
Note : I am using Autodesk.Forge 1.9.7 Nuget
Thanks in Advance
Regards, Chockalingam
It's straightforward. Just specify the
JobSvfOutputPayloadAdvanced
withGenerateMasterViews=true
to the 3rd argument of theJobPayloadOutput
.