Re: Change Grid Type value or its instance's Extents through API?
GetExtents returns a value. Using the MaximumPoint property, you are setting some data inside that value. This will obviously not affect the original grid in any way whatsoever. To modify the grid...
View ArticleRe: Connect Pipe
One way to achieve this is to insert the tee fitting family instance in the required position and then connect the three pipes to its connectors:...
View ArticleRe: Connect Pipe
Hi jeremy..Thank you.. But can I use Trim/Extend function of Revit in Revit APi ?Thanks & Regards
View ArticleRe: Importing only selected Family Sizes
The final sollution was very similar and along suggestions from :var _path = Path.ChangeExtension(familyFilePath, "txt"); if (File.Exists(_path)) { using (var tr2 = new Transaction(doc, $"REVO -...
View ArticleRe: Call forge api throught a revit plugin barrear
Hi Jeremy,The problem is when we do it the other way. It happens when I make a call to Forge inside Revit through a revit app.Don't know way it doesn't even make the call. I get no response, just a...
View ArticleGetVisibility method
Hi, if I snoop the database in the family editor I can find geometry from which I can get the visibility settings for the detail levels of a view. See below.In a project environment I can't seem to get...
View ArticleRe: Call forge api throught a revit plugin barrear
If it helps: that's the code for one of the forge API:public static async Task <string> AuthenticateToken() { try { Uri baseUrl = new...
View ArticleRe: GetVisibility method
Hi ,you just need to apply this on the FamilyDocument not the ProjectDocument,you can retrieve the family document from the project document easily by selecting the family instance then access the...
View ArticleRe: GetVisibility method
I understand what you mean but is it correct that from the family document in snoop you can't do the next step in snoop? See image:
View ArticleRe: Connect Pipe
When you connect as pipe to a fitting, it will adjust its length automatically.
View ArticleRe: Call forge api throught a revit plugin barrear
Dear Amilcar, Thank you for your update. I think I understand better now after seeing your Forge question 10592 [Error uploading result file with design automation]. If you wish you interact between...
View ArticleRe: Call forge api throught a revit plugin barrear
Hi Jeremy,Thank you for your prompt response,Actually, I have found that it was a question of Security Protocol,I changed it to a Tls12 and now it works fine.private void OnAppInitialized(object...
View ArticleRe: Call forge api throught a revit plugin barrear
Oh, wow, great! Congratulations! So the Forge ticket #10592 can be closed as well, then? Correction: I see that you already answered that as well. Thank you!
View ArticleRe: Revit model locked after relinquishing ownership through Revit API with a...
I heard back and they say: If this is reproducible, we would like to explore it further. Both the error dialog and the exception CentralModelContentionException means that the central model is on hold...
View ArticleAlternative to API for BIM Automation Design - is Dynamo capable?
Hi there, I am a university student and am still a novice but I am currently looking into BIM automation techniques for shoring design in construction, where we can automate the selection of formwork...
View ArticleRe: GetVisibility method
I believe such information attached to solids in the family is not available in the project. You would have to edit family in background:Document.EditFamily(Family) to obtain the document and see it's...
View ArticleRe: Trigger Updater When Host Changes
If that is the situation then it sounds like you need to submit a minimum reproducible case here. That way if you are doing something wrong it'll be easier to help and if you are not then it is...
View ArticleRe: Issue with Azure NuGet
I asked the development team for you. I hope they have some suggestions or other bright ideas.
View Article"Failed to create a wall" with Revit API
I'm using Revit API to construct a wall from 3D points below but I'm getting an exception with the message "Failed to create a wall". [ 0.07191595529194217, 46.52994338391683, 3.241999789237976 ],[...
View ArticleDirect Shape Missing Snaps
So I have a weird issue here.... I made a script that generates tilt panels for a layout plan. It just recreates the walls geometry and rotates it 90 degrees. I have used this script successfully for a...
View Article