« Daylighting Extension and Splitting with Taps | Main | Wrangling Revisions with Ruby »

February 14, 2014

Comments

Hello Jeremy,
I made a plugin whose purpose is similar to yours. He adds layers of coating on the environment, if you care follows the link, is Portuguese because I'm Brazilian, but to give it to understand.

Hi Jeremy,

I have found a new solution for the Create wall offset problem using the Revit 2015 API.
I make a Curveloop of the boundarysegments of the room, and then use the new function CurveLoop.CreateViaOffset, to offset the curveloop half the width of the new wall from the room boundary.
I than use these curves for the creation of new walls.

One question with regard to this. Is it possible to make use of this revit 2015 API function for revit 2014 add ins?? For example by creating a seperate class library that uses CurveLoop.CreateViaOffset and revit 2015 References, which can be used by a 2014 command?

Best,

Jesse

Dear Jesse,

Brilliant. Thank you very much for sharing that.

Yes, that is indeed a prime example of using this new functionality, which did not exist when the original discussion was published.

I think you would have some difficulty making use of this in a Revit 2014 add-in. The add-in would have to reference the Revit 2014 API assemblies to connect to Revit 2014, and the Revit 2015 ones for the new method. That sounds like a conflict to me.

You could always try to use the corresponding built-in AcGe functionality instead, if you really want:

http://thebuildingcoder.typepad.com/blog/2013/10/using-the-built-in-revit-acge-functionality.html

Probably equally difficult, but less conflict...

Cheers, Jeremy.

This is a brilliant solution to a stupid problem.

;-)

Thanks a lot guys. Just got it to work.

Christian

:-) indeed.

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment

Your Information

(Name and email address are required. Email address will not be displayed with the comment.)

Jeremy Tammik

AboutTopicsIndexSource