Hello.
I am a software developer and I am very new to Revit or Autocad. For a project, I need to create .rvt file from C# using the Revit API. I do not want to develop a plugin, I want to simply be able to draw objects and save them in a file .rvt extension so that the end user can just double click on this file and open it directly in Revit.
I am unable to figure out a way to do this since the API documentation suggests its usage for building plugins.
Please help me finding a solution how to create .rvt files.
Thank you