Revit :: Change Parameter Values In The Tag
Mar 5, 2014How I can get the finished floor material from the floor in the room tag? The only way I know is to manually write material via Change Parameter Values in the tag.
View 2 RepliesHow I can get the finished floor material from the floor in the room tag? The only way I know is to manually write material via Change Parameter Values in the tag.
View 2 RepliesI wonder if we can play with a revit family file ; for example modify parameter values without opening revit.
View 2 Replies View RelatedI'm wondering if it is possible to filter/show only parameter values which are only applicable to that parameter. So no parameter values belonging to other parameters in a family. This to avoid that users are selecting wrong values. For example a door with several text parameters. See also the screendump.
View 1 Replies View RelatedStarting brand new project. Would like to change the name of some shared parameters within my txt file. As far as I know you cant chnage the name once its established witin Revit (unless theres a third party app). Would there be any issue withi this? Utimately I am pushing these parameters into new geometry and I would like them to better conform to a standard for a particular customer. I rennamed JUST the parameter name and it seemed to work ok.
View 2 Replies View RelatedI have an attribute blocks and this att block has two tag values , is there a simple code for to change 1st tag values automaticly according to 2nd values ?
for example :
1st tag (50x50) - 2nd tag ( 100 ) ==> 50x50-100
if i enter 201 valuse to 2nd tag then 1 st tag has to change as 100x100
if i enter 501 valuse to 2nd tag then 1 st tag has to change as 150x510
I attached a jpg file for explain much better
Macro for writing the sheetmetal Extents width and length to the custom properties. I need to get these values into the part parameters so that they can be used in the BOM.
I can get this to work if I manually create the "SM_Length" user parameter, but how do I make the iLogic CREATE the parameters if they do not already exist? I think it would be something added below the "Catch..." just cant seem to figure out what it needs to be.
'look for custom iproperty and try to set it
Try
iProperties.Value("Custom", sExtLength)=Round(SheetMetal.FlatExtentsLength, iRoundValue)
Parameter("SM_Length")=Round(SheetMetal.FlatExtentsLength,4)
Catch
' assume error means not found and create it
customPropertySet.Add(Round(SheetMetal.FlatExtentsLength,iRoundValue), sExtLength)
EndTry
how (if) I can set up my dynamic blocks so that I can set the parameter values as I insert the block, rather than with the grips afterwards?
To take a simple example; I have a block consisting of a rectangle, with 2 linear stretch parameters - length, width. Can I set it up so that when I insert the block, it asks for the length and breadth,just as it would for attributes.
Where do I find the "Allow custom values" option for a multi list parameter expression?
View 2 Replies View Related
I have a Multi-Value Parameter "MV" that I want to populate using a Named Range from an Excel file that is already populating other parameters for the same file.
I currently have the file working by populating "MV" by using the snippet from iLogic below...
MultiValue.List("MV") = GoExcel.CellValues("filename.xls", "Sheet1", "A2", "A10")
The reason I don't like this method is because if ever that range changes... all the iLogic code will have to be updated as well. How to set a Multi-Value Parameter using a Named Range from an Excel file? I assumed the below snippet would work but I am receiving
"Array was not a one-dimensional array." as an error.
MultiValue.List("MV")=GoExcel.NamedRangeValue("Named_Range_Value")
if it is possible to increase the number of recently used values/parameters in the dimension dialog, during part sketching. For one part, I use approximately ten parameters that will be used repeatedly. When I'm done with one sketch and start with the next, only the last five parameters are in the recently used parameter list. (Create dimension --> select arrow on right side of dialog, see attachment Dimension_Dialog.jpg, excuse me for the poor quality ). It would be much more comfort to have more parameters in this 'recently used'-list.
Furthermore I'd like to know if it's possible to widen the parameter-list. In my case I've several parameters that start with the same prefix, followed by a differentiating suffix. When I create a new dimension, select the arrow on the right and select 'List Parameters', I have to adjust the width of this dialog every time to see the entire parameter. (see picture Dimension_parameters.jpg)
I am trying to publish to the CC a guide rail. The vendor of the rail gives me the option of entering the desired length of the rail. After that he gives me the option to choose between the length that I entered and a shorter and longer standard length witch can be delivered faster.
I want to do the same thing with my published part, but I cannot make a key parameter to change depending on the entered custom parameter. I want the user to make the next steps when inserting from the CC: 1- select the size of the rail; 2-select the type of the rail; 3- enter the desired length of the rail; 4- choose between the desired length and the 2 recommended lengths (I need these 3 lengths to be shown)
Is this possible?
I have a spreadsheet and iLogic driven mater assy to generate different iterations.
I would like to change the scale of a base view on a drawing based on a parameter in my assembly. The idea is to get iLogic to change the view using a simple If / Else statement.
This is what I tried:
If Parameter("0 Generic Assembly v2.2.iam.BP") < 1570 Then
ActiveSheet.View("VIEW1").Scale = 1/8
Else
ActiveSheet.View("VIEW1").Scale = 1/10
EndIf
So basically the value of "BP" parameter (excel parameter in my assy) would drive the scale of the views. But its not working. Is it actually a sensible method? Can I use in the drawing environment the excel parameters in my assembly?
This is the error message I get when the rule is run:
"Error in rule: View Scale, in document: 0 Generic Assembly v2.2.idw
Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))"
Also using the same thinking I use iLogic to populate the drg number field on the drawing based on an excel parameter. The rule works but does not always updates the drawing no upon the parameter change or update/rebuild commands.
I have been working on creating windows for the place I work. I want to make my windows so they are quick and easy to create new ones without having to add in new information like if the glass is tempered or if its an egress window. I would like to set up formulas for these. I am stuck at my egress window parameter. I have included an image of what I am working on and the calculations and formulas I have so far. I would like to have my egress check box to say yes if the Opening Width is greater then 20", the opening height is greater then 24" and the opening sf is greater then 5.7 Sf. How would I set this parameter up?
View 3 Replies View RelatedI've created an area schedule that divides my plan into seperate appartments. I would like to sort mu window schedule by this parameter- is there an option to link a window to a specific area, just like it's linked to floors?
View 1 Replies View Relatedive recently started to work with DBLink and access 2013 to make take offs mainly. Today i made a small project to test some ideas and found an inconsistency between the material areas and the area of the element, a wall in this case, to which the material is apllied. I think they should be the same, or at least very close, but that´s not the case when i export to access. I've attached a image with a material takeoff schedule from revit and the correspondent query from access (element type name, element area, material name, material area, material volume, material area/element area). The revit one seems correct, but in access the material area values are very different. Initially i thought it would be due to units difference, like the material area were in sq cm and the element area in sq m, but the relationship between them isn´t 10, as you can see in the calculated value. Then i added the material volume to the schedule and query and the results on access are even more strange, i can´t even imagine where this values came from.
I´m using revit architecture 2012
I am able to get the parameter to appear on the project information tab, but I cannot get the information to appear on the sheet. I would like to create a phase parameter on the sheet so that different projects under the same building will be specific to the project and not just the building.
View 1 Replies View RelatedIt is possible to create a Parameter with the Filename? I have only found the FilePath parameter...
View 2 Replies View RelatedDoes the tooltips on Label Parameters can be modified? I would like to customize the tooltips on label parameters, which currently default to "Edit Parameter"...lame-oh; that tells the user very little. Perhaps the developers could add a customize tooltip control in the Edit Label dialogue box. Can the tooltips be accessed through the database?
View 2 Replies View RelatedI have set 2 parameters in the Family Editor so they 'Group Under' Dimensions, yet when I load into a project (that the family object has been deleted out of via the Project Browser), I find instead they are Grouped under 'Other'.
One of the offending objects attached.
I've done this 2 ways, once by opening within Revit the Family Editor, making the change and then loading back into the file, only to find nothing has changed, and also then by again opening up in the family editor from Revit to find ditto; and separately by opening up the file directly in Explorer and then loading into the open project.
Not an enormous problem, just annoying as I want to group Dimensions parameters naturally enough under Dimensions!
I find the visibility parameter a very useful option when building families. Unfortunately it doesn't work when exporting IFC. The elements set to not visible are visible in the IFC exports.
I also experienced IFC export issues with the use of phases.An element created at phase 1 and set to demolished at phase 2, will not be visible in the IFC export of phase 1.
The IFC Exporter for Revit 2012 v1.0.4.msi was used when running into these issues.How to be able to have correct IFC exports using the visibility parameter ?
I am using Revit 2013 and I am trying to create a text parameter for my windows that will tell you what grid is installed in the window according to which grids you choose (from my parameters above) I have included a picture to better show what I am trying to do. So far the parameters i have tried to use don't seem to work.
View 2 Replies View RelatedIs it possible to convert a numeric parameter to text so i can add it to another text feild? I cant seem to find a way to do it.
View 2 Replies View Relatedwhen I insert a window family the cut plane Revit uses is that of the family rather than that of the view. This causes a lot of problems for us when we need to cut the same window at different levels in different views and the window itself should look different. The window itself is built to look differnet at 3 ranges of cut plane height. However, if I try to control this throught yes/no visibility parameter it affects all views. I fail to make it view specific. Is there any way to make an instance parameter or view specific parameter for the cut plane/ visibility of parts in the window family. It is such a basic need for architects and I fail to understand its absence in the Revit. Generaly speaking one should be able to control what you see in each plan section view. It's an essential thing in architectural drawing.
View 9 Replies View RelatedHow do I set up a Project Parameter to reference a txt file as a data set? (the same way CSI division codes are referenced)
View 4 Replies View RelatedI need to constrain a handle to a butterfly valve and add a parameter for rotating the handle angle. I can't achieve this as when I constrain the handle to the valve the handle will not rotate without breaking the positional constraints.
I've tried looking at the door swing posts but they don't use circular objects and I can't get them to work for my valve.
I have a family that has over thirty types and I need to update a single parameter value across all types to be the same value. Is there a global way to perform this task instead of the current copy/paste/paste/paste method I am doing. I thought about exporting to a catalog and modifying the text file in Excel, but I lose my formula when I do that.
If this isn't possible, this would be a good wishlist item, Autodesk - where a family has global parameters that are consistent throughout the family, regardless of type.
I was wondering if there was a way to make conditional formulas with a parameter? So I want a parameter called system. On the pulldown to enter the field under properties.
I want there to be 3 choices (i.e. 1=Air, 2=Water, 3=Gas).
If the user tries to enter any value other than the 3 values specified (whether by typing or pulldown), a message comes up stating they cant do that. The names for the systems have been simplifed for this example but the spelling is critical to the external database. I have tried but but I keep getting the follwoing is not a valid family parameter: X. X because thats the first conditional value.
Is there a way to prevent an empty parameter from showing as a "?" in a tag?
Windows 7RAC2012
How to create a parameter field to include the MasterFormat data using 'txt' file similar to Assembly code parameter already built into revit families. I don't want to use the Keynote field for this purpose. I am looking for a ways to create a new parameter under the Identity Data.
View 1 Replies View RelatedIs it possible to create a Stair Tag with the pitch reported? I have a tag which includes the number and height of rises as well as the size of treads but I would like to include the pitch also. Obviously this would use the dimensions of the rise and tread in the formula Tan X = Rise/Tread, but how do I create this in a tag? I have looked at using a Reporting Parameter but every time I read the Wikihelp paragraph on them my eyes just glaze over as I cannot follow it at all but it does mention formulas....
View 8 Replies View RelatedI would like to know that while system families are not editable, would the shared parameters file for these families be accessible? I am looking to add a custom label for sections.
View 1 Replies View Related