Re: 3D view facing North
Hi Jeremy I have tried, and the view is perfect with crop, eye Target etc, if it is in the right direction !! The 3D view have settings like thisUp Direction (-1, 0, 0)Right Direction (0,...
View ArticleRe: Save to Central Error
Dear Jason, Did the advice from Steve and Moustafa help? Thank you very much for your suggestions, you two! Best regards, Jeremy
View ArticleRe: highlight and tag linked elements
Dear Jeremy, I have exactly the same issue as R.van.den.Bor. We have a model-check function at our company, that highlights relevant elements, and it would be amazing if it was possible to highlight...
View ArticleRe: How to set DuctTerminal's color ?
Dear Sr, Thank you for your query. There are a large number of different ways to control the colour of individual elements. Please learn and understand the various possibilities through the user...
View ArticleRe: How to set DuctTerminal's color ?
ProjColorOverrideByElement ? obsolete API ? I use REVIT 2015
View ArticleWriting of Entities of this Schema is not allowed to the current add-in....
Hi All, I get this infamous message when debugging code using the Add-In manager. The VendorID in the *.addin file matches the VendorID of the schema.The *.addin file exists in the temporary folder...
View ArticleRe: How to set DuctTerminal's color ?
"Please learn and understand the various possibilities through the user interface first, before attempting to drive them programmatically." Yes, you are right! But, I can not change DuctTerminal's...
View ArticleRe: How to set DuctTerminal's color ?
Aha. Thank you for checking and your appreciation. Yes, indeed, removed in Revit 2015: http://thebuildingcoder.typepad.com/blog/2014/04/whats-new-in-the-revit-2015-api.html Obsolete API removal...
View ArticleSection Marker Rotation Angle
Am I correct in the assumption that Section and Elevation Markers do not have a Rotation Angle property? My research is showing that I can calculate and set the Section Box, and this achieves the...
View ArticleChange Duct Element paramater, "System Type" from "Undefined" to "Supply Air"
Hi,In Revit MEPWe are trying to update Duct Element paramater, "System Type" from "Undefined" to "Supply Air" programatically. The code is written as below ;;Duct SelectionUIApplication app =...
View ArticleRe: Writing of Entities of this Schema is not allowed to the current add-in....
Update:It works when I debug the 'old fashioned' way (Debug > Start external program...). Regards Wolfgang
View ArticleRe: highlight and tag linked elements
Dear Eirik, The only thing I have heard about this so far is one member of the development team saying "I routed it to the owner via email for consideration." No further news since then, I'm afraid....
View ArticleRe: Section Marker Rotation Angle
Dear Dale, Thank you for your query. I'm checking with the development team... Best regards, Jeremy
View ArticleRe: Import of multiple files is slow
Dear Fredrik, Thank you for your query. Am I correct in assuming that you are using manual transaction mode, and encapsulating the entire loop importing all of the DWG files in one single transaction...
View ArticleRe: Import of multiple files is slow
Dear Fredrik, Thank you for your update and sample material via the ADN case 11692572 [Import of multiple files is slow]. In your source code module ExampleCode.cs I see that you are creating, starting...
View ArticleGetting the column lines
Options opt = new Options(); opt.ComputeReferences = true; opt.IncludeNonVisibleObjects = true; View view=doc.ActiveView; IList<Reference> myRefs =uidoc.Selection.PickObjects(ObjectType.Element);...
View ArticleRe: Section Marker Rotation Angle
Dear Dale, Thank you for your patience. The development team reply: I don't think there's a Rotation Angle property. The mapping of Section Box properties to how the view is set up is described pretty...
View ArticleRe: Setting 3Dview to topview and North upwards
Dear Anders, Thank you for your update. I do not know off-hand what might be wrong. Yes, of course you can create a 3D perspective facing north. Yes, you can probably rotate the view after creation as...
View ArticleRe: Getting the column lines
You have to take the family instance or rather the geometry instance transform into account. You can look at the ElementViewer SDK sample to see one possibility of handling this. Best regards, Jeremy
View Article