|
Continuity in wiring
Forum: Revit MEP - General
Posted: November 20, 2009 at 5:32:43 PM (U.S.Central)
Hi All,
I am kinda new in revit and I wanted to ask if there is a way in revit to add continuity symbols to wires. Currently I am just using fake drafting but I was wondering if there is a way to indicate wires continuity??
Thanks in advance.
block editing with refedit
Forum: ACA General
Posted: November 20, 2009 at 4:37:30 PM (U.S.Central)
I have an issue where I am using refedit to work on a block in a dwg.
When editing the block, the rest of the dwg is shaded as usual, but it is not locked. So when I use a crossing window, I can still grab and modify what it outside of the block...which is really annoying when trying to isolate...
comando pintar
Forum: EspaƱol - Revit
Posted: November 20, 2009 at 4:17:21 PM (U.S.Central)
Hola soy nuevo en Revit recien estoy realizando un curso via internet si alguien me pudiera explicar como realizo el comando pintar,gracias a los que me puedan ayudar.
Separate IDW Files from DWG In the File Open Selection List
Forum: INV-011 (Current Submission Cycle)
Posted: November 20, 2009 at 3:49:50 PM (U.S.Central)
*Summary:* In Inventor I would like to see the file types seperated between dwg and idw instead of being lumped together.
*Description:* In Inventor I would like to see the file types seperated between dwg and idw instead of being lumped together.
*How Used:* Most of the time I opt to select...
C'mon, now. Please, can't anyone help me with this simple problem?
Forum: Revit - API
Posted: November 20, 2009 at 3:15:58 PM (U.S.Central)
I'm still trying to solve this simple problem (selecting an element when I have the ID number as a text string). Here's my code.
Code:
---------
String idString = "262828";
ElementId elID = new ElementId();
elID.Value = Convert.ToInt32(idString);
|