Posts

PropertyWizard | Revit | Autodesk App Store

Image
PropertyWizard | Revit | Autodesk App Store PropertyWizard David Wood Design Ltd 4 reviews OS: Win64 Language: English Description PropertyWizard is an add-in for Autodesk® Revit® that allows you to add formulas to parameters in projects, just as you can add formulas to family parameters in the family editor.   For example, with PropertyWizard you can: Set the ‘Sheet Number’ of all the sheets from their other parameters. Set the Door Numbers of all the doors, using data from the door’s Level and Type. Set visible properties for X and Y location on all pile foundations so you can schedule them.   And best of all, because PropertyWizard is linked into Revit’s parametric change engine, the parameter values are kept up-to-date all the time. No need to repeatedly run Dynamo scripts to update the parameters. #ReviseInstantly.   How PropertyWizard works Each PropertyWizard formula has 3 parts: The Category of element that you want to apply it to. The Target Property you want to ...

Excel Decimal FT and Decimal Ft-In

Decimal Feet and INches from ft-in string form Revit or AutoCAD Attribute VB_Name = "FtIn" Option Explicit '''References:: Microsoft VB Script Regular Expressions 5.5 Const vbqt = """" Const Pat_FtOnly = "(\d{1,})\'" '' Feet ' Const Pat_FtIn = "(([\d\.]*)\'[\-\s]{0,4}){0,1}(([\d\.]{1,})[\" & vbqt & "\-\s]{1,3}){0,1}((\d{1,3})[\s\/\\]{1,3}(\d{1,3})[\" & vbqt & "]){0,1}" ''patterf Ft'-in "(\d{1,4})\'[\s\-]{1,3}(\d){1,2}[\s]{0,1}([\d\/]{3,7}){0,1}\" & vbqt ''Feet = (?:(\d?)(?:[\'\s\-]{1,4})){0,1} ''Inches = (?:(\d?)[\s\-\"]{0,3}){0,1} ''FractIn = (?:(\d{1,3})[\s\/\\]{1,3}(\d{1,3}))(?:[\"]) Function DecimalFT ( strFtIn As String ) As Variant ''Double Dim RE As New RegExp Dim reMa As MatchCollection Dim rs As SubMatches D...

Named USer Switch for AutoDESK licenses from Flex to Named user

  @echo  off @echo . @Echo  temp map Z:  \\...common.accessible.location...\AutoCAD\ 2018-NU-Switch\ AdskLicensingSupportTool ::Temp map Z Net  use Z: \\...common.acessible.locaiton.\\Autodesk\AutoCAD\ 2018-NU-Switch\ AdskLicensingSupportTool /persistent:no @Echo  change dir to temporary z: z: :: https://knowledge.autodesk. com/customer-service/account- management/transition-to- named - user /update- named - user - license#admins ::Examples single license clear ::Autodesk AutoCAD 2018 001J1 ::AdskLicensingSupportTool.exe -r 001J1: USER     ::Autodesk AutoCAD Architecture 2018    185J1 ::AdskLicensingSupportTool.exe -r 185J1: USER cls @echo . @echo  Kill any open AutoCADs C:\Windows\System32\TASKKILL. exe  /IM "ACAD.exe" ::dir - Check folder populated ::Clear licensing for select AUTOCAD installs ::AdskLicensingSupportTool.exe -r 001J1,185J1 @echo . @echo  Clearing all licenses (May take up to 90 seconds): @echo ....