#titleblock
Create a simple standard for deliverables.
All deliverable documents get issued from the clinic & patient management software as pdf & txt file.
Automate a document number / rev number / titleblock.
Standard for field tags.
Txt file = interoperable & archive integrity pdf.
Like tax software
November 16, 2024 at 5:29 PM
I would promote a document numbering standard, titleblock, revision & deliverable document standards.
These are really easy to create and maintain.

Every document should be issued as a frozen pdf with a .txt file like a tax summary.
Save for drafts, ‘print to issue’ when report finalized.
December 11, 2024 at 2:03 AM
Site plan of island. No drawing titleblock is visible.
December 18, 2025 at 6:49 PM
count the number of Labels and Revision Schedules in Titleblock family
I'm trying to count some stats in Titleblock families, but if I use EditFamily() then I don't necessarily get the right info (if there's already something with the same name open that's different from what's loaded in the project). Even though the API documentation says "This creates an independent copy of the family for editing." that's not quite what it does. It will just pass you the document pointer of an already-open file, if that file just happens to be named the same thing. It's always independent of the family that's loaded in the project, but it doesn't (always) actually "create" a "copy". **Tried/Potential Solutions - there must be something better!:** I can't temporarily rename the Titleblock family before calling EditFamily() (and then roll it back after), because EditFamily() requires no open transactions. I could rename the family, call EditFamily(), and then rename the Family back, but I'd rather not as that would create transactions/changes on a document where I'm really just reading data (and I don't want to have to ask the user to manually undo the changes). I could run the stat collection as part of a batch process of files in an environment where all other docs are closed (so that I know that I'm getting the right version). This is what I might do eventually anyway, to avoid a delay to user when opening or closing the file. I could count the number of "ScheduleSheetInstance" elements (with IsTitleblockRevisionSchedule = true) and divide that by the number of instances of the titleblock in the project, but **I don't see a way to get the Label count** , and that would only work if there's ONLY one titleblock family that's already "open" (because I could subtract the counts of "ScheduleSheetInstance" elements from any other titleblocks). So basically I'm looking for a way to count the Labels from within the project, or dealing with EditFamily and/or the Undo stack in ways that don't appear possible...
forums.autodesk.com
December 24, 2025 at 4:27 PM
Issues with Lines After Copying From Original Drawing File to New Template File
Hi guys. I know there are many posts around this topic, but no solution using the commands below worked for me. LTSCALE ↵ PSLTSCALE ↵ MSLTSCALE ↵ CELTSCALE ↵ What I need to do is to copy one drawing using an old titleblock to a new file with the updated titleblock. No scale up/down is necessary and we can ignore that. Issue: * Original Drawing shows some lines as solid in model space, but dashed in paper space. * The New drawing, doesn't show the dashed line in Paper space. That's the issue. I have the same CTB plot style file that was used in the original drawing, but that's making zero difference in the results I see in the paper space. I didn't even tried to adjust the drawing or print, because I early noticed that inconsistency. I tried for more than an hour with ChatGPT a solution, and with searches online, forums. No solution seems to apply here. Attached you can find: * Original file * New Template file * CTP plot style file Obviously, I deleted all business information and left you only with rectangles to do your tests and trials. Hope someone can help me here. Original in paper space: New File in Paper Space: yes, display line weight is active, but deactivating it makes no difference. Regards
forums.autodesk.com
July 30, 2025 at 7:28 AM