Re: Assembly view and main element face
I don't believe there is such a property linking the view to the face. If the column in the assembly was originally orientated to the project system when the assembly was made then you can match face...
View ArticleRe: DocumentChanged event produces bug when used in conjunction with...
what I suspect is happening is that every time the user makes a change to the model, the ImageExport method is run simultaneously and this causes all kinds of issues and conflicts, would it be feasible...
View ArticleCreate .rvt file from C#
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...
View ArticleRe: Create .rvt file from C#
I think you need a 'macro'. Start by copying a blank project.
View ArticleRe: DocumentChanged event produces bug when used in conjunction with...
You could use Idling event or put timer on a separate thread to raise an external event periodically. I don't recommend either of these things for what you are doing because what I've noticed in the...
View ArticleRe: Is there any way to use RevitAPI to pull/push revit files into BIM360?
Quick answers: You can upload to and download from BIM360 using the Revit API, afaik.You cannot run your Revit add-ins directly in BIM360, only in Revit itself.You can also make use of your Revit...
View ArticleThe License Manager is not functioning or is improperly installed. Revit will...
Revit 202 Installation corrupt and the License Manager snafu. These have been arduous couple of days… Why, why, why in the world a company as big as you Autodesk would not FIX this problem with a clean...
View ArticleShowing View on WPF
How can I show any view of revit to window on WPF/ window form applications. do RevitSDK2019 have any sample to do this?
View Articleintern developer
Hi ,I am trying to create a face from modellines (which includes both lines and curves) and then using that face as a based for creating a direct shape.are there any option for creating the face?Thanks...
View ArticleRe: intern developer
Hi ,Try using this below linkhttps://forums.autodesk.com/t5/revit-api-forum/directshape-from-floor-faces/td-p/7551143
View ArticleRe: The License Manager is not functioning or is improperly installed. Revit...
Hi ,Sorry to hear about that.Please note, This discussion forum is dedicated to programming Revit using the Revit API.I would suggest you post your issue in the installation and licensing...
View ArticleRe: SCOPE BOX - SETTING HEIGHT AND WIDTH
What about now? Seriously, Revit developers must be the most patient in the world.
View ArticleEdit Light Fixture Asset programmatically
Hello, I have obtained an instance of Autodesk.Revit.DB.Visual.Asset from a Autodesk.Revit.DB.LightNode. I know that materials for example can be edited with Revit's API by using...
View ArticleRe: Showing View on WPF
No, not directly. The only similar functionality provided by the Revit API is the PreviewControl: https://www.revitapidocs.com/2020/50112279-5c9d-0351-bbd1-698e76be9e36.htm For a full-fledged...
View ArticleRe: Edit Light Fixture Asset programmatically
All you need in order to instantiate the AppearanceAssetEditScope is the document, isn't it? I don't see where the problem is. Ah, looking further, I see the generic EditScope base class, and some...
View ArticleRe: Parameter type changes to custom in Revit 2021.1
Thank you for your note. Could you please explain a little bit more, please? Is this a problem for you? Are you happy with this? Would you like me to report this to the development team? Do you think...
View ArticleRe: Parameter type changes to custom in Revit 2021.1
For safety's sake, I passed on your report to the devteam right away to ask them whether this is intentional and expected or not.
View ArticleRe: Revit Could not load c:\...revit2021\intflFC.dll problem
Sorry to hear about your struggles. Unfortunately, this is not the best place to ask such a question. Please note that this discussion forum is dedicated to programming Revit using the Revit API....
View Article