Mark

По-русски

Plugin AVC_Mark for AutoCAD and BricsCAD.

Inserting texts or blocks with part marks in a drawing. Info-Points for data extraction.

The Mark command will help you quickly place texts on a drawing field with part numbers or their sizes. The program can extract properties from any objects in the drawing. If you are drawing solid models of parts, you can use the Mark command to describe parts of chipboard laid out on the floor or podium or, for example, for marking assemblies of flat walls. But you can use the command in flat drawings as well. For example, to label the lengths of lines or areas of shapes.

Another useful feature of the Mark command is the placement of special Info-Points - blocks with invisible attributes under parts or assemblies. Info points can store any properties of objects: dimensions, color, layer, name, description, etc. Then you can extract data from the Info points with the usual command _DataExtract and insert the data into an Excel spreadsheet.

Program features

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:

The Mark command is also included in the collections A>V>C> Kit and A>V>C> Pro.

Sheets of a chipboard of a podium are marked by Labels with their dimensions. And in the right viewport the part numbers are put in _TagCircle blocks.

The shelf is marked with Info-Points with attributes describing every detail.

Wall blocks are marked with Labels in the "Under" position. For the left wall, a UCS turn was made before calling Mark command.

The Mark command is able to work with perspective viewports.

Mark command. Operating procedure

If you want to place your own blocks as marks, you need to create a block in advance.

You can call the Mark command from both the model and the paper. You can select objects by entering the viewport and then you will have the opportunity to place marks on the paper.

If you place marks in the model, select the desired coordinate system with the command _UCS. Texts and blocks will be expanded into the XY plane of the current UCS.

You can pre-select the marked objects, but then you will not have options to customize the command.

Use the _QSelect or SSO commands to select only the objects you need.

Call the Mark command.

If nothing is selected yet, the command will prompt you to select objects.

At the same time, select old marks if they need to be removed.

You can select a viewport or several viewports - then the program will mark everything that is visible in them now.

It's okay if you capture texts, dimensions and other annotations - the program will ignore them by default and will not try to label them.

In the selection query, you will see 2 options:

After pressing Enter, the program will start. 

First, old marks will be removed from the selected objects, from the viewport and from the paper space above it.

Then the program will collect all data from the selected objects.

All solids will receive a metric. Moreover, the measurement will be done again even if the metric has already been. Just in case.

Then the program will build the Data Table. It will be used to number the parts and count their number. This is done in case you are displaying the number of identical parts in marks.

Then new marks will be created.

A progress bar is displayed. Messages of the program are displayed in the command line.

Attention! The program does not support marks update. When calling the command for the same objects again, the labels will be placed again at the same points and superimposed on each other. Choose old marks with the marked objects and then the program will delete them.

Settings

Right in the heading of the Mark section, you can choose from the list one of the styles (sets of settings) of the marking.

Also in the header there is a button to reset all the settings of this style.

Name

The name for this mark style. Not used in the program. Only for convenience of choice.

Filter of selected objects

Filtering is needed to discard drawing objects that accidentally fall into the selection frame. It is easier to select all the objects of the model in a row, and let the program select only the necessary ones from them. You can read more about filtering on the Data Table page.

Mark Options

The rest of the options from this list affect only the numbering of objects. You can see their purpose and description on the Data Table page.

Mark Type

Mark positions

The location of the marks relative to the described parts. Part dimensions are calculated in the current coordinate system (UCS) 

Text options (for the Label mark type)

Style - Label text style. Leave blank to use current style.

Height - Text size. Set the value to zero to use the value from the system variable TextSize

Text Frame - Draw a frame around the text. Frames appeared only in AutoCAD 2016 and BricsCAD V19

Format - Formatting string with substitutions. In mask you can use any MText format symbols (like \P for new line) and you can use solid parameter replacement (substitutions). Used for Labels and all block attributes that have no default value.

Use the list "<---" to insert substitutions at the current position of the format string. The list contains all standard substitutions.

InfoPoint settings

When choosing the Info-Point mark type, the program will create a new block with a visible point and a set of invisible attributes. InfoPoints are suitable for further data detail extraction (DataExtraction). The list of attributes you can edit. 

Adjust the display of points by the variables PDMode (I like 35) and PDSize (default 0). The point mode will automatically switch to 35 if it was 0 and info-points were used. 

The attribute list for InfoPoint has 2 columns:

To call the substitution selection dialog, enter the table cell editing mode (double click or Enter).

The list of attributes has a button to add another attribute. It also invokes the substitution selection dialog.

To remove an attribute, click on the current line pointer and press the Del button.

I do not recommend editing the attribute list when Info-Points of this style are already placed in the drawing. You can get a potentially problematic situation when there are attributes in block inserts that are not in the block definition.

Info-Points themselves will not be updated after editing the list of attributes. You will need to delete all info-points and insert them again.

Block settings

Convert number to string

When a program finds a substitution and replaces it with an object property, it needs to know how to format numbers, how many characters to write. It is possible to write the format into each substitution. But if you did not specify the format in the substitution, then these settings will be used.

Size format

This setting is used only for converting size numbers to a string. It does not apply to areas, volumes, prices and other figures. The format can always be overridden in the substitution itself. The format is ignored when substituting AutoCAD fields.

The format specifies how many decimal places to write and whether to write insignificant zeros. Use the characters 0 and # in the format. 0 is a digit or 0, # is a digit or nothing.

For example, the number 1.111111 formatted as 00.00 will be displayed as 01.11. And formatted 0.#### will be displayed as 1.1111. And the number 1.0034 formatted as 0.## will be displayed as 1.

There are special, AutoCAD-only, formats:

After AR, EN, FR you can write precision (0-8) Do not use these special formats when pasting data into Excel.

Decimal separator - Replace the decimal point with this character in all numbers and in all substitutions. When saving CSV and XML files, it is important to use the delimiter as configured in your Windows localization. And there is may be a comma. But in dwg tables a dot is always required.

Special Characters - Use special characters such as ¼ ¾ ½. And after the corners, prices, areas and volumes, units of measurement will be affixed. It is impossible to evaluate mathematical expressions with such symbols. And not all fonts contain these characters.

Use Fields - Use AutoCAD Fields instead of substituting property values. Fields only work in AutoCAD tables. The program is not yet able to create fields in BricsCAD tables due to errors in its API.

Numbering

See the numbering settings here.