A>V>C> Properties Palette

По-русски

Plugin AVC_Palette for AutoCAD and BricsCAD

The plugin adds to the properties of all objects in the drawing the NAME property, like blocks. Also a new section Metric will be added to the properties of solids. Density and price of materials. Editing covers and edge bandings.

This plugin complements (and in the future will be able to completely replace) the AutoCAD/BricsCAD properties panel. Having opened a new palette of properties A>V>C> you will see that a new line has appeared in the properties of any drawing object: Name. Previously, only blocks had names. Now the name is in the polylines, solid, meshes, regions and everything. And you can edit the name directly in the property editor. Including a blocks. And many more useful properties will be added to drawing objects.

Previously, these functions were performed by the Names plugin. Now it is not relevant, use the A>V>C> Properties Palette instead of it.

What is this for?


The plugin has several settings of its own, and in addition, its work is affected by the  A>V>C> Common Options. If you develop your plugins or program in LISP, then you can read all the data displayed in this palette. All this data is stored in xData ("extended data") solids and other objects.At your request, I can add any other properties to any objects in the drawing. Negotiable price.

The palette is presented in English, Russian, Italian, German, Chinese localization.


Read about downloading and installing the program here.

To run the plugin, you will have to register account and top up your account balance by making a donation or receiving bonuses.

Then you can activate one of the licenses:

Commands

The AVC_Palette plugin includes the following commands:

A>V>C> Properties Palette

The panel (Palette) opens and closes with the AvcPalette command. In order to avoid pauses when selecting objects, it is recommended to close the palette when it is not needed. Data is loaded into the palette as soon as you select something in the drawing (before calling the commands). If you select many objects at once, then the A>V>C> properties palette does not work like a regular property panel. A separate tab opens for each type of object. And objects whose editing is not provided are ignored. Tabs available:


Tabs (buttons) for invisible objects (block, material, coating, layer and drawing) are shown on a separate panel.

You can reduce the number of property tabs by turning off the ones you don't need in the settings.

The tab title shows the object ID or the number of selected objects.

Double clicking on the title of a tab drop the selection of all objects, excluding the objects of this tab. This way you can select only solids or only polylines. 

Use Enter for saves the changes and brings the focus to the drawing. In a multi-line fields (Info, Description, Content...) use Ctrl+Enter.

Use Esc to discard changes to the current field. If you have not changed anything, then Esc will move the input focus to the drawing. Pressing Esc again will work already in the drawing field and will cause the deselection of objects.

There are three different bookmarks with solids: Solid, Metric and Selected surface. But you will never see them at the same time. Only one of them is visible. Usually this is the Solid tab. To see the Metrics tab, you need to measure ALL selected solids. To see the bookmark with the selected surface, you must select surfaces on ALL solids.

When the A>V>C> palette is enabled in AutoCAD, the PROPERTYPREVIEW system variable (preview of properties during color / layer selection) is set to 0. This fixes an AutoCAD bug when the color / layer is reset to the original one. Without this setting, you will not be able to assign color and layer in the normal property panel.

Text Palettes

The Property Editor in AutoCAD is not suitable for entering long text. You will only see the first words, you will not be able to edit multi-line text, etc. For the convenience of entering long names and descriptions, separate panels have been created (in AutoCAD terminology - Palettes) with a built-in multi-line text editor: NAME Palette, KIND Palette, INFO Palette and a number of palettes for custom properties (if you ordered their creating). Palettes can be docked to the edges of the AutoCAD window. The Info palette is different in that it does not block Enter line breaks or Tab. You can open and close palettes using the appropriate commands. The data in the panels appears as soon as you select something in the drawing. Changes are saved when the selection is deselected: pressing Esc in a drawing field (not in the palette), starting a new command, switching documents.

ENTER saves changes and returns focus to the drawing. In a multi-line Info field, use Ctrl+Enter.

Use ESC to cancel changes to the current field. If you haven't changed anything, Esc will move the input focus to the drawing. Pressing Esc again will work in the drawing field and will cancel the selection of objects.

Palettes work with all drawing objects. All properties are saved in xData objects. For blocks, Name and Info are properties of the block definition. And the Kind and custom properties are taken from the attributes (if any).

SolSize command

Measurement of solid, regardless of position in space. Dimensions of the box into which the solid can get. The algorithm is used inside Lay, Saw, Smart Leader. But here the size is simply displayed in the console. As a result of measurement, the dimensions will be written in xData solid and will be visible in the properties panel in the Metrics section.

SweepSize

Measurement of twisted solid is similar to SolSize. One of the dimensions of the solid is measured along the length of its curved edge.

A>V>C> Palette Settings

You can see the settings of the A>V>C> palette after the Common Options. The settings are called up using the AvcOptions or AvcPaletteOptions command. 

Features of use

Known Issues