- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I hope someone can help.
I have raised a previous post regarding Generating Views from rooms but feel that has probably run its course.
The problem I now face is how to follow the outer face of the wall were the wall changes thickness over its length and when room separators are utilised.
When the walls step back like image 1 there is an error “Curve loop couldn't be properly trimmed”.
Regarding room separators, the problems occur when the separator is as image 2, Error “Curve loop couldn't be properly trimmed”.
Situations like Images 3 there has been no errors so far!
I am working in c# with Revit 2020 and utilising the following to create the offset:
CreateViaOffset(CurveLoop original,IList<double> offsetDists,XYZ normal)
IList<double> is the thickness of the surrounding walls and a standard set offset for the room separator.
Is this a problem with the API or is there a solution to my problem that I am missing.
Any assistance is much appreciated.
Solved! Go to Solution.