Face comparison
I am looking for a method that compares faces.Like Solid has BooleanOperationsUtils.ExecuteBooleanOperation, is there a way to find out if a Face is inside another Face?So far I was able to write some...
View ArticleRe: Face comparison
In my work I deal with planar faces almost exclusively. So for the face inside face problem I can usually get away withu using my own PolygonIsInsidePolygon method which I'm sure isn't the most...
View ArticleUpdate boundry on a Filled Region
Hi I want to edit the boundrylines of a filled region and preserve the position and rotation of the hatchI have a list of new points, but if I create a new filled regoin the position and rotation of...
View ArticleRe: Dynamo plug-in button WANTED
did you install Dynamo Studio instead of Dynamo? dynamo studio is a standalone version, while Dynamo only runs from within Revit.
View ArticleRe: Dynamo plug-in button WANTED
**** it.. i've just realize it... i've lost the entire morning to understand it... thanks though
View ArticleRe: Revit api materials and textures
Further to all the previous comment, we are in need of api access to directly edit the .adsklib file. I know this is a collection of XML files and stuff, but I haven't unearthed any documentation to...
View ArticleRe: Face comparison
Thanks for the Clipper tip, Scott.I already gave System.Windows.Shapes.Polygon a try (using System.Windows.Media.CombinedGeometry), but I don't think that is the way to go, as Face edges curves can be...
View ArticleParametric Frame - beams and pillars connected
Hi everyone,I'm trying to build a parametric family to create a frame of beams and pillars already connected.I would like to have the length of the beams defined by the boundary walls like "beam...
View ArticleGet boundary of floors with SlabShapeEditor enabled
HI, I am trying to get the boundary of a complex floor. Currently I am able to get all det edges, both bounary and interio edges, by using topface and use alle edges produced from this.. (typical 3 pr...
View ArticleCreate Options Bar
Hi I can't find anything about how to create my own Options BarIs it possible to create my own Options Bar with textboxes radioboxes and ... ? How ? Regards Anders
View ArticleRe: PostCommand not working as expected
I tested this PostCommand issue was fixed in Revit 2017. Thank you for your post.
View ArticleHow to change phase of space
Hello, Is it possible to change phase (Parameter ROOM_PHASE) of existing space? Or I have to create new space with required phase and copy all parameters from old space? Thanks,Anatoly.
View ArticleExport xyz coordinates of structural layer of walls to xml format.
Hello Everyone, I'm very new to the Revit API so I'm looking for some direction. I am trying to export the coordinates of the structural layer of all wall types in Revit to an excel file format. I want...
View ArticleRe: Revit api materials and textures
I have a finite set of actual textures the will be used which doesn't change very often (Basically it's just the set of standard steel roofing colours but the specified sheet thickness and coating type...
View ArticleRe: Create Options Bar
Do you mean the bar that appears belowvtge ribbon for commans that need additional input from the user such as the modify->walls->attach top/base where you can select top or base? If so then yes,...
View ArticleRe: Export xyz coordinates of structural layer of walls to xml format.
Dear Darren, Thank you for your query. Good to hear that you are aware of Snoop and thus RevitLookup. I assume you have worked through the getting started material?...
View ArticleRe: Get boundary of floors with SlabShapeEditor enabled
Dear Daniel, Thank you for your query. I would expect that accessing the floor geometry using the standard get_Geometry method would return the full geometry including the correct 3D edges and their...
View ArticleRe: Getting Materials used by Instances in the project?
Hey Mendo, I've just done this exact thing in one of my macro's, and i saw this post. So here's how i do it: i have a collection.OfClass( FamilyInstance ) i have a matList[]i have a matNameList[]...
View ArticleRe: Something About AllRef
ok.. that was what i need to confirm... Thank you for the reply..
View ArticleRe: Create Options Bar
I'm not sure exactly what you mean by an options bar, but the API does support several types of ribbon controls....
View Article