Revit :: Custom Ceiling Grids By Input From A User
Apr 2, 2013
I'm inquiring whether or not it is possible for Revit ceilings to be customized by the input of a user regarding the shapes and sizes without using a .pat file. Almost like a parametric object with predefined limitations. For example: a rectangular ceiling tile 'x' can be from 6 inches to 10 feet and side 'y' can be from 6 inches to 6 feet. So someone can select the ceiling type and actually input what size 'x' and 'y' they'd like while staying within those limitations.
View 1 Replies
ADVERTISEMENT
Jun 22, 2012
Any lighting fixture families in revit Architecture that snap to the ceiling grid? I've seen them in Revit MEP. Would be a lot nicer than having to align them manually.
View 1 Replies
View Related
Aug 31, 2011
I want to change 'mutil value select" to "custom value input" in ilogic user parameters. something like this:
if condition A then
multivalue.setlist("length", 1,2,3,4,5)
else
(users can enter any value they want, how can i remove the list first and set it to custom value input?)
View 2 Replies
View Related
Nov 11, 2010
I'm using autocad 2008, and up till now I have never had to draw a 600x600 ceiling grid into a room (I always adjust what others have done before me), now i can do it in a lot of different ways but are all time consuming, but i bet there is a easy auto fill/fit way of doing this.
View 9 Replies
View Related
Mar 28, 2013
I have my grids assigned to a scope box and have modified the extents of many of them. How can I apply that to the remaining floors? I think you are able to do this with dependent views. How about with adjacent views on the rest of the floors?
View 1 Replies
View Related
Apr 7, 2006
I am starting a website from a template.
The template has two user input box (User and Password). I did all the
design modifications to the template, but when I want to save it for
web, both user input are only images, and the user can't write anything
on it.
View 4 Replies
View Related
Jul 24, 2012
Revit Arch 2012. I've got some large grids in the model and need to adjust their 2d extends in a matchline plan. However every time I try to do so, I receive the "Element is too small on screen" error.
Screencast of error in action.
[URL]
I mentioned in the vid that the grids were Copy/Monitor'ed from "another drawing"... I meant another model.
View 2 Replies
View Related
Sep 14, 2012
I develop addins for Inventor primarily, so the AutoCAD api is very new to me. I'm working in AutoCAD 2010 and visual studio 2012.
I've looked at many posts for getting block attributes, but they either seem to assume I already have the Blockreference, or they give a prompt to the user. I'm hoping to avoid both of those.
I know the info I need is inside of a blockTable by the name of "DET".
Database acCurDb = openDoc.Database;using (Transaction acTrans = CurDb.TransactionManager.StartTransaction()) { //How can I access the blockreference in here which corresponds to the blockTable "DET"? }
Win7 x64 - 16gb ram
i7 3610qm
FirePro M4000
Inventor 2013
ETO 6.1
View 4 Replies
View Related
Jan 3, 2012
Any way to trap when the user hits the escape key without a user input function. The idea is to loop infinitely and perform some analysis until the user hits the escape key.
I suppose I could do the same thing with a form but I would not.
View 1 Replies
View Related
Jun 23, 2007
I'm trying to build an action that makes thumbnails out of images and adds a few effects, but I want it to let me select what area of the image it takes the thumbnail from and making that thumbnail size instead of shrinking the whole thing to 100x100 and losing all the detail. Any suggestions?
View 4 Replies
View Related
Feb 14, 2004
I want to create an action that will take individual pictures and put them on a template, and then ask for user input as to the name, year, etc. How do I get a user input box? If i can't get a user input box,
View 6 Replies
View Related
Jun 8, 2011
Create a Form that can be sent to a customer as an email attachment. The customer must be able to Save and Open the Form with software that is available on most Windows computers. The customer should then be able to enter the requested information in the Form, Save the Form and then attach it to an email and return it to the sender.
I could achieve the above using MS Word. But it is a real pain to layout a complex Form using Word. I would much prefer to do this using DP6 as it is considerably easier to lay the Form out.
But... I simply cannot see a DP6 Export file-format that I could use to achieve this result.
View 9 Replies
View Related
Jul 2, 2013
I have a question. I'm using VB.Net 2010 with Autocad2012.
How to make code for promt input user.
Get input points from user and draw circle using VB.Net 2010 with Autocad2012.
View 1 Replies
View Related
Oct 3, 2013
I have this working without the prompt, if I under manually the margin via var margin = 10; it works. it also seems to return correctly when I print what the input from the user is, but it doesn't seem to want to work and freezes.
it says "point value expected"
//Helper functions
function print(i) {
if(i == "object"){
print("you are trying to printObject, use printObj(); function");
}
else {
$.write(i+"
[code]...
View 1 Replies
View Related
Feb 5, 2014
I am producing a infill on a shop and I have used curtain walls. See photo below.
I am not sure what would be the best way to do this would you make a mass or in place model.
I am not sure the name of the system but it is like insulation panels or like blinds.
View 1 Replies
View Related
Aug 30, 2011
I have a form with some textbox on it, which should be filled in with imperial dimension. Like foot and inch. Users right now complain about it is not user friendly ,to put data in form, and honestly they are right. I didn't a good job .
Some people like to put vetting in inch and then by the time textbox lost it focus it should automatically convert data to feet-inch format. Some other user like to put decimal I have to be able to should them in 1/8 inch.
some user like to use space as separator between foot and inch and some other like to use dash.
Bottom line I stocked. Is there any function for this in autocad ?
when I look at my code I just struggled with pure string. I thought maybe there is something in autocad which give developer this option. Like the way we input dimension in command prompt.
View 9 Replies
View Related
Aug 12, 2011
I have got a problem about getting user input. In a function i am first getting a selection from the user by editor.getselection(...)
then i show a palette set with my user control in the same function. everything is fine so far.
but after showing paletteset i try to get a string from the user by editor.getstring(...) in the same function but statement continues as i never request it. when i check the PromptResult status it is equal to cancel.
i mean
Transaction acTrans = null;
Document acDoc = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument;
Database acCurDb = acDoc.Database;
acDocLock = acDoc.LockDocument();
using (acDocLock)
[code].........
i tried to lock the document but it doesnt work either. when i comment out "showpalette(true)" it works correctly. i realized that if my document window s state is not WindowState.Maximized then my code works just fine but if it is WindowState.Maximized it does not work.
View 4 Replies
View Related
Sep 18, 2013
Is there any way to save colors to the Paint.net Palette, For instance, I have a list of colors made from user input and I want to put the in the palette...any code for that? Is that a valid Urinary Pixel Operation?
View 1 Replies
View Related
Mar 29, 2012
I am trying to create a Window with adjustable colonial and prairie grids. I have created many windows like this so I know I am able to do it. I am currently working on creating the colonial grids. I have it partially working. I can adjust the height and the grids will move correctly with the window with no problems. But when I try to adjust the width I get the error "constraints are not satisfied" I have no idea why I keep getting this error message because to me this should work and I have run into this same problem multiple different times. Why can I adjust the height and not width?
View 1 Replies
View Related
Oct 25, 2011
Is there a setting to export the grid lines of ACT ceiling in a 3D view to DWG?
I don't know if there is because I can't even get the grid lines to show in a 3d view. Right now the view shows the ACT ceiling as a simple geometric shape.
View 9 Replies
View Related
Mar 27, 2013
With no luck, I have been trying to figure out how to insert a blank value for ceiling heights in a finish schedule. There are other rooms with blank values, however it appears that rooms that once had a ceiling can no longer have a blank value. From the research I've done it seems the only way to correct this may be to delete and recreate the room.
View 3 Replies
View Related
Dec 31, 2012
I read a 2009/10 thread, "Rotating lighting", describing how to work around the problem of family lighting fixture members not rotating. I would hope there is a better solution today.
I simply want to place a lighting fixture - std 2x4 flourescent, on a 7 deg sloped ceiling. The axis of rotation is the long run of the light fixture. Is this not possible in Revit 2013?
Or, do I have to dredge up the work around from 3 releases ago and attempt to discern how to make it work?
It seems like I should just be able to set the family to use a work plane-based assignment and then place it with the correct work plane active. That is not happening. The light fixture doesn't want to rotate the 7 degrees to align with the work plane.
View 9 Replies
View Related
May 22, 2012
Basic master bedroom with a view. roof has a 9 pitch. I cannot figure out how to put a cathedral ceiling in. How do you?
View 4 Replies
View Related
Sep 5, 2012
I just need the userinput to be incorporated in the insert command but don't know how to segregate the block name from the block path..
;;;PROMPT USER FOR BLOCK NAME HERE
(setq userinBLKNAME (getstring "
Please type in the block name shown in the allrevblocks - ex: IFCC4:"))
;;;INSERT BLOCK BASED ON BLOCK NAME PROVIDED HERE
(command "-insert" "B:\CAD\REVBLOCKS\IFC\"USERINBLKNAME PAUSE "1" "" "")
View 3 Replies
View Related
Aug 23, 2012
Is there any way to allow user input in an expression for a profile label?
View 5 Replies
View Related
May 7, 2012
I've been trying to append a user input by adding this text "ABC" to the front of it. How can I do that?
(setq NUMX (getstring "
Please specify NUMBER:")); INPUT NUMBER 123 HERE
(SETQ NUMXX (append '(ABC) NUMX))
So that NUMXX now equals ABC123.
View 2 Replies
View Related
Dec 10, 2012
I made a toolbar button with the macros @, and tried also @ pause.
I need this in order to shorten the procedure for relative coordinate input, but, after pressing the button the last point is entered and i cannot continue entering values like in the manual input at the command like, like: @5,5
Even if i use the "@ pause " sequence it doesn't work.
How to wait for user input?
View 9 Replies
View Related
Dec 14, 2013
I want to write a very simple AutoLISP program to scale selected objects by a factor of (1/25.4). How to I get the program to pause and allow the user to select the base point? I know that "~" will bring up a selection window, but what is the character that will allow point selection (in this context)? While we're at it, what is the operator that would trigger a pause and allow user command line input?
View 7 Replies
View Related
Jul 30, 2012
Is there a way to have an alert box pop up at a certain point in the code which gives the user a chance to cancel the LISP program and not proceed any further?
View 9 Replies
View Related
Dec 3, 2012
I am laying out a simple structure. Bearing wall to bearing wall is 35’, with a few non bearing walls between the bearing walls. I will be using a truss to span from bearing wall to bearing wall. What would be the best work flow for the drywall ceiling material. The ceiling seems to require a core element. I cannot seem to manage drywall alone. If I create a ceiling with 2x4 core and drywall finish and create a ceiling over the whole area the ceiling seems to auto dim to the ceiling finish and not the core 2x4. Then there is the issue of the clean up at the top plate were the wall and ceiling finishes meet
View 1 Replies
View Related
Jun 13, 2012
I have one of the floors in our building doing something wacky. The 5th floor reflected ceiling plan looks fine so I create detail plans for the suites at a different scale. this new suite blowup has what looks to be the same suite but everything is greyed out and when i switch from coarse detail to fine detail it doesn't do a thing.
The orignal full reflected ceiling plan looks fine. The line are black. The detail swithces back and forth... I can;t figure out what the problem could be. I used the same process on other floor and everyting is OK. The View Ranges are the same and everthing else in the properties seem the same too.
View 3 Replies
View Related