Jump to content

Bill C

IronCAD Employee
  • Posts

    260
  • Joined

  • Last visited

Recent Profile Visitors

1,850 profile views

Bill C's Achievements

Sphere

Sphere (5/9)

13

Reputation

  1. That colon (:) notation business is what we have used for the New Window function. I don't know why it would be showing if you're not using that command.
  2. The Save As Template for Catalog command was created to allow users to create Drawing Title Block catalog items. Like the ones in the ANSI Templates and ISO Templates catalogs. This command is different from the normal Save As because it only saves drawing elements that are assigned to a Layer with the Template option ON. Note that by default, when images are dropped onto a drawing they are put under a Group and the Group element does not have a Layer assignment. We group the image to more easily resize it. After the image is resized, you can UnGroup it and assign the image directly to the Logo layer (which by default has the Template option ON). To add an ICD to the Catalog, you use the Object command in the Right Mouse popup menu in a catalog. Select "Create from File". Then Browse to the ICD that was saved using the Save as Template for Catalog command. A3-logo.icd
  3. My testing with IC2023SP1 shows that there is different behavior in ICD and EXB. Both are wrong but to different degree, therefore I will file separate QAs for the errors in ICD and EXB. For EXB it seems that the Through Hole setting from IronCAD Custom Holes and IC Mechanical Custom Holes is not being recognized for simple holes. Also not recognized for IronCAD Custom Hole for the counter-bore case. For ICD, it seems that the Through Hole setting is not being recognized for all simple holes regardless of whether they are from the Custom Hole Tool, IC Mechanical, or IronCAD Tools.
  4. The reason we have provided the user with an option for both a "User" and "Group" file is to allow the case where a User might have some custom properties that are different from that of the larger organization (Group). For example, the Company might have specific custom properties that all it's users should use, like: COMPANY_NAME and this custom property would be stored in a common file in the intra-net. But each user will have his own file for his user-specific custom properties like DESIGNER_NAME, which will be stored in a user specific file. In the event that the same custom property is defined in both files, the User defined value wins.
  5. Also, please note that questions related the IRONCAD's application programming interface (API) can be sent directly to apisupport@ironcad.com. That is really the fastest way to get an answer. thank you.
  6. I am not sure what you mean by "rules". We have a Application Programming Interface (API). If you want to pass data between an external program (like a database) and IRONCAD, then you would need to write a program to do the work. The IRONCAD API supports C++ and C# programming languages. The description of the API is in the CHM files installed under C:\Program Files\IronCAD\2023\ICAPI\Docs\
  7. The BOM in this drawing is associated with the view T.F.R. Because a layout view can have very many specific settings such as: Configuration and Display List, that control what is visible in the layout view ,the contents of a BOM that is associated with a view is really only valid for that view. Therefore, we should not allow users to create Item Bubbles on views that are not the view that is associated with that BOM. The bug is that we allow user to create the item bubble in the first place. But on the view update, we determine that the only BOM in the drawing is associated to a different view and so the Item Bubble is removed (because it is invalid). In a simple example with only one drawing and one BOM, this rule may seem excessive. But we have users that regularly create drawings with 50 sheets, and also must each sheet has a BOM, some sheets have no views and only a BOM for the entire drawing. In some cases they want item bubbles placed on a view for a BOM that is on a different sheet. And of course, users can add sheets and boms and views and remove them at different times. For this reason, it is necessary to have rules. In your case, you should create a BOM that is not associated with any view and not tied to a specific configuration. That way you can item bubble any view.
  8. A hotfix has been created for this issue. The hotfix is for 2022 PU1 SP1.
  9. Can you please provide a drawing that has this issue? thanks
  10. The Description field is just a note the user can add to describe the style and does not have any functional purpose beyond what you see there.
  11. It is not safe to use the same ID. There is a single sheetmetal table manager. The table id should be unique within the table manager, even though there are two types of tables (stock and tool). The table id is explicitly tied to the type of sheet metal tool (form or punch). When a sheet metal form or punch needs to get the parameters related to it's type (Lance, Double Lance, Louver, Keyway In, etc.) it will request the information from the manager using the Tool Table ID that it was assigned at creation. The manager will give it the first table it finds with that ID. Depending on sequence in which that table was added to the manager, it may or may not be the table you expect. Safer to just keep the Table ID unique.
  12. Hello KKEKURS, Looking at your video, I noticed that sometimes the white edit control shows a comma decimal separator and sometimes it shows a period. Can you confirm that when the white edit control shows a comma decimal separator, the behavior is correct. And incorrect behavior when showing a period? Also, is your OS a Latvian OS? or is it English OS with Latvian Regional settings (minus the change you made to decimal separator)?
  13. The image above indicates that there is a discrepency between what is being drawn by our UI (e.g., the 150,000 in light blue) and what the edit control uses for decimal separator (e.g. 150.000 shown in the white edit control) What happens with the other parts of our UI in this case? What about our SizeBox property page? What about Property Browser? What about Parameter table?
  14. The Revision property was stored as an Integer, but the code that is trying to read it (when using the Menu-File-Properties command) only handles Strings. These document properties can also be read/edited from the Properties dialog, Custom page of the file. In that UI, there is an option about what type of data is being added: Text, Date, Number, Yes or No
  15. Using the GLASS PIcket TYP.icd that you provided, I exported PDF with and without the embedded font Tools Option on resulting in the attached PDF files. Do you see the squares when you open these PDF files? Glass Picket TYP..pdf Glass Picket TYP.2.pdf
×
×
  • Create New...