-
Create smart objects that extend the capabilities of AutoCAD, as well as allow to perform design according to state standards (ISO)
Call options
- AutoCAD ribbon
Icon
Disclaimer
This plugin is an experimental development and may cause unforeseen errors when working with the drawing. In case you have problems working with the plugin, we strongly recommend writing to us and providing as detailed information as possible about the identified problem.
If the plugins do not allow you to continue working, it is recommended to disable it using the Configurator.
It is currently known that the plugin does not work in AutoCAD Mechanical
Related news and articles
- New function for AutoCAD: ModPlus ISO
- ModPlus ISO: Big update and new primitive
- ISO plugin error
- ModPlus ISO. Level Mark and new palette design
- ModPlus ISO. Waterproofing and angle of rotation of the text of the straight axis
- ModPlus ISO. Nodal leader
- ModPlus ISO. Weld joint, Secant nodal leader, and hiding background for text
- ModPlus ISO. Fragment mark
- ModPlus ISO. View/Section label. Fragment mark with leader
- ModPlus ISO. View. Changes to the Nodal leader, Level Mark
- ModPlus ISO. Level mark on plan
- ModPlus ISO. Chain leader
- ModPlus ISO. Concrete joint. Thick arrow
- AutoCAD. Smart. Node designation. Revision mark. Optimizing work with linear objects
Using
The basic principle of creating smart entities is based on the use of anonymous blocks filled with advanced data (XData). With a plugin, such blocks will work as smart entities, and if not, they will simply be anonymous blocks. This approach allows you to get away from using Custom Entities that create proxy objects in the drawing and, if necessary, allows anonymous blocks to be simply disassembled, turning them into ordinary entities.
smart entities are not annotative, but have the property Scale.
For all smart entities, the command is present in the context menu Create analog, allowing you to create an smart entity with properties similar to the selected entity.
The plugin creates a separate tab Smart on the ribbon, which contains various panels with commands that create smart entities, and panels with common commands:
– opens the palette of properties of smart entities, if it is not open. – opens a window for managing the styles of smart entities and basic settings. – runs the command «Search for smart entities».
Properties palette
All smart entities have various properties, the editing of which is available in the property palette:
It is not recommended to change the properties of blocks (except for general properties: color, layer, line type, etc.) through the standard AutoCAD properties palette, as this may lead to incorrect operation of the smart entity!
– opens the properties palette settings window: Attention! If you enabled the option Connect to the ModPlus palette, make sure that the ModPlus palette is enabled in the main settings. Otherwise, the properties palette will not be displayed.!
Style editor
The style of an smart entity is a collection of values of the properties of an entity that are applied to the entity when it is created. You can also change the style through the property palette.
Each smart entity has a system style, the values of which can be viewed, but not edited. For each smart entity, you can create a custom style..
All user styles are stored in the user settings folder %APPDATA%\ModPlus\UserData\Styles and are available for backup through Personal account.
The following commands are present at the top of the style editor:
– Add a new style for the selected entity. – deletes a custom style highlighted in the list. – setting the default highlighted style. The default style in the list is displayed in bold. The default style can also be set by double-clicking on the style in the list. – creating a new custom style based on the selected smart entity. The plugin will determine the type of the entity and create a style in the desired category in the list of styles, setting the property values for it from the selected entity.
Settings
Settings are divided into two groups: general settings and smart entities settings.
General settings:
When creating an entity, set the scale from the style – when this option is enabled, the scale specified in the style will be set for the created smart entity. If the option is disabled, then the current annotative drawing scale will be set to the smart entity.
When creating an entity, set the layer from the style – when this option is enabled, the layer specified in the style will be set for the created smart entity. If the option is disabled, then the current drawing layer will be set to the smart entity.
When creating an entity, set the text style from the style – when this option is enabled, the text style specified in the style will be set for the created smart entity. If the option is disabled, then the current drawing text style will be set to the smart entity. The option is relevant for smart entities that have text content (Straight Axis, Section, Level Mark, etc.).
The layer and text style are saved in the style of an smart entity with all the information sufficient to recreate them. If the drawing does not have the desired layer or text style, then they can be created when creating an smart entity.
For the smart object being created that contains the displayed number, set the separator for integer and fractional parts: – selects the integer and fractional separator used in the displayed numeric values of smart entities that contain numeric values. For example, the Level "Mark smart" entity.
Maximum limit of the selected entities (0 - alway work) – the number of entities at which the palette will not process them. It is not recommended to set 0. Explanation: when an entity is selected in the drawing and the palette is open, then extended data is read and presented in the palette. When there are not many entities selected, this process occurs rather quickly. But the more entities there are, the more noticeable the performance will drop. For example, you want to copy 100 entities and when you select them, it will take time to read data, which is not required by the user. To solve the problem, a maximum has been added to the palette, upon reaching which the palette simply will not process the selected entities.
smart entities settings:
Various smart entities may have additional settings. For example, displaying auxiliary geometry when selecting a Section or Level Mark. On the left, you can select an smart entity containing additional settings, and a list of settings will be displayed on the right. When you mouse over each option, a pop-up notification is displayed with an explanation.
Search for smart entities
The command allows you to find in the drawing all the smart entities of a certain type and apply the specified action to them.
– selection of all types of smart entities in the list. – seselecting all types of smart entities in the list. In the lower part of the window there is a drop-down list with options for the applied action to the found entities:
- Select – selection of found intellectul entities in the drawing.
- Remove data – removing extended data from found intellectul entities in the drawing. After this action, intellectul entities will become ordinary anonymous blocks.
- Explode – the division of the found intellectul entities into a component of simple geometry (lines, polylines, text, etc.).
- Delete – delete found intellectul entities.
Search for smart entities by value
The command allows you to find all smart entities in the drawing, in the numeric or string properties of which the desired value is located.
The search result is displayed in groups by type of smart entity. All found entities of the group can be added to the current selection. When you click on an entity in the list, the entity is zoomed (the current selection is reset!).
-
-
Change history forYear
2024 Year
AutoCAD: Smart 1.28.24.0 (25.07.2024)
ImprovedLevel mark: added ability not to create a bottom shelf.AutoCAD: ModPlus ESKD 1.28.23.0 (14.06.2024)
FixFixed error of processing text that does not have text style set.AutoCAD: ModPlus ESKD 1.28.22.0 (04.06.2024) Read more
NewAdded new smart object "Revision mark".NewAdded new smart object "Node designation".ImprovedUsing auxiliary graphics when moving points of linear objects.ImprovedSecant nodal leader: added possibility to set text indent.ImprovedCorrect processing of multi-line text borders.FixFixed window design in dark design themes.FixFixed a bug where it was possible to run search commands multiple times.FixFixed a bug in changing the direction of linear objects that are scaled to a different scale.AutoCAD: ModPlus ESKD 1.26.16.0 (24.01.2024) Read more
NewAdded new smart object "Concrete joint".NewAdded new smart object "Thick arrow".NewDrawing only the last segment when creating linear objects.FixFixed a bug where some smart objects remained in the drawing when the command to create them was canceled.FixFixed some errors in the operation of linear objects.2023 Year
AutoCAD: ModPlus ESKD 1.23.14.0 (22.12.2023)
FixCorrected link to the help page.AutoCAD: ModPlus ESKD 1.23.13.0 (24.08.2023)
FixFixed the position of the grips for leaders in the smart object "Level mark on plan".AutoCAD: ModPlus ESKD 1.23.12.0 (22.02.2023)
FixCorrected incorrect minimum distance for shelf indentation in Chain Leader at scales less than 1:1.AutoCAD: ModPlus ESKD 1.23.11.0 (05.02.2023)
ImprovedService update.AutoCAD: ModPlus ESKD 1.23.10.0 (21.01.2023)
ImprovedService update.AutoCAD: ModPlus ESKD 1.23.9.0 (10.01.2023)
NewStraight axis: added block rotation accounting when rotating text (disabled in settings).NewAdded a text alignment grip for all smart objects with two lines of text.FixStraight axis: fixed an error which caused text to shift when specifying a rotation angle.FixNodal leader and Secant nodal leader: correct text positioning when mirroring.2022 Year
AutoCAD: ModPlus ESKD 1.21.7.0 (25.12.2022)
ImprovedSet the current text style of the document, if the text style is not set from the style of the smart object.FixFix some bugs.AutoCAD: ModPlus ESKD 1.21.5.0 (22.12.2022) Read more
NewAdded new smart object "Chain leader".NewAdded double-click editing window for the "Weld joint" smart object.ImprovedUpdating smart object graphics in a model when using the REGEN command.FixFixed an error which caused the grips of the "Level mark" smart object to be displayed incorrectly.FixFixed an error which caused the text background to be incorrectly displayed on the left side of the "Level mark" smart object.AutoCAD: ModPlus ESKD 1.20.0.0 (01.11.2022)
FixFixed a critical error that occurs when drawing a smart object "Straight axis".AutoCAD: ModPlus ESKD 1.19.0.0 (31.10.2022) Read more
NewAdded new smart object "Level marker on the plan".AutoCAD: ModPlus ESKD 1.18.18.0 (22.09.2022) Read more
NewAdded new smart object "View".ImprovedAdded a grip to change the type of frame in the Nodal leader.ImprovedAdded the ability to change the level mark in the Level mark edit window.ImprovedAdded text mirroring when mirroring a Level mark, Axis, and Fragment marker.AutoCAD: ModPlus ESKD 1.17.15.0 (13.06.2022)
ImprovedForced redrawing of smart objects when switching to a layout without forced layout regeneration.AutoCAD: ModPlus ESKD 1.17.14.0 (07.06.2022)
ImprovedAdded forced regeneration when switching to a layout if there are smart objects on the layout.AutoCAD: ModPlus ESKD 1.17.13.0 (06.06.2022)
ImprovedForced redrawing of smart objects when switching to a layout.AutoCAD: ModPlus ESKD 1.17.12.0 (14.05.2022)
ImprovedTaking into account the scale when drawing the ground line and waterproofing.AutoCAD: ModPlus ESKD 1.17.11.0 (25.03.2022)
ImprovedEdits have been made to search for level marks by the displayed value.AutoCAD: ModPlus ESKD 1.17.10.0 (27.01.2022)
ImprovedOffset of the grip to add a new vertex at the ends of linear objects.AutoCAD: ModPlus ESKD 1.17.9.0 (25.01.2022)
ImprovedAdded some improvements to the code.2021 Year
AutoCAD: ModPlus ESKD 1.17.8.0 (09.12.2021)
FixFixed "This key is not in the dictionary" error that occurs when running the "Search" command.AutoCAD: ModPlus ESKD 1.17.7.0 (29.11.2021)
NewAdded "Length" property for all linear objects.ImprovedChanged the property order of the "Letter Line" object.AutoCAD: ModPlus ESKD 1.16.6.0 (28.11.2021) Read more
NewAdded new smart object: Letter Line.AutoCAD: ModPlus ESKD 1.15.6.0 (05.09.2021)
FixRemoved the use of a static resource dictionary, which in some cases leads to errors when starting plugins.AutoCAD: ModPlus ESKD 1.15.5.0 (25.08.2021)
FixFixed incorrect display of the name of the property that specifies the length of the middle half stroke of the cut.AutoCAD: ModPlus ESKD 1.15.4.0 (01.08.2021)
ImprovedAdded "Leader" property to the Fragment Mark, allowing to enable/disable the leader.AutoCAD: ModPlus ESKD 1.15.4.0 (01.08.2021)
ImprovedAdded "Leader" property to the Fragment Mark, allowing to enable/disable the leader.AutoCAD: ModPlus ESKD 1.15.3.0 (24.07.2021)
ImprovedAdded property "Shelf height" to Level Mark.AutoCAD: ModPlus ESKD 1.15.2.0 (26.06.2021) Read more
NewAdded new smart object: View/Section label.ImprovedA leader with text was added to the "Fragment mark" smart object.AutoCAD: ModPlus ESKD 1.14.1.0 (25.05.2021)
FixAdded an icon for the dark theme for the "Fragment mark" command.AutoCAD: ModPlus ESKD 1.14.0.0 (25.05.2021) Read more
NewAdded new smart object: fragment mark.AutoCAD: ModPlus ESKD 1.13.22.0 (17.02.2021)
FixFix some bugs.AutoCAD: ModPlus ESKD 1.13.20.0 (16.02.2021) Read more
NewAdded new smart object: weld joint.NewAdded new smart object: secant nodal leader.NewAdded the ability to add masking to hide the background for all objects with text.NewNode Leader: added value editor by double click.ImprovedNodal leader: for a round marker, the drawing order has been changed to account for passing through a point.ImprovedNodal leader: Added a new property "Text Always Horizontal".ImprovedThe palette of properties of intelligent objects has been renamed to "ESKD Properties".ImprovedAdded sorting in alphabetical order in the style settings window.FixWaterproofing: fixed the second line drawing error when zooming.FixStraight axis: fixed a bug where the position of landmark markers did not change.AutoCAD: ModPlus ESKD 1.9.14.0 (15.01.2021)
FixFix some bugs.AutoCAD: ModPlus ESKD 1.9.13.0 (15.01.2021) Read more
NewAdded a new smart object - Nodal leader.ImprovedAdded the "Refresh Graphics" option to the "Find" function.ImprovedAdded property "Show asterisk" to Level mark.FixFixed some bugs for Level mark.2020 Year
AutoCAD: ModPlus ESKD 1.8.10.0 (05.11.2020)
ImprovedService update.AutoCAD: ModPlus ESKD 1.8.9.0 (21.10.2020)
ImprovedRebuilding a ribbon tab after editing customization settings.ImprovedReopening the palette when changing the workspace (if the palette is not connected to the main ModPlus palette).AutoCAD: ModPlus ESKD 1.8.7.0 (30.08.2020)
NewAdded a new command "Search by value", which allows you to search for smart entities by the value of numeric or string properties.ImprovedFor the smart entity "Level mark" added property "Separator of integer and fractional parts".ImprovedFor the smart entity "Level mark" added the "Text alignment" property and the "Note alignment" property.FixFixed a bug where the text was displaced vertically in the "Level mark" smart entity when it was left-sided.AutoCAD: ModPlus ESKD 1.7.4.0 (29.06.2020) Read more
NewAdded a new smart object – Waterproofing.ImprovedAdded a new property object "Straight Axis" - rotation Angle of text.AutoCAD: ModPlus ESKD 1.6.3.0 (19.06.2020)
FixFixed some bugs.AutoCAD: ModPlus ESKD 1.5.3.0 (15.06.2020)
ImprovedChanged icons for some commands.FixFixed bug with alignment of Level Marks.AutoCAD: ModPlus ESKD 1.5.0.0 (13.06.2020) Read more
NewAdded new intellectual object: be the benchmark.ImprovedCompletely redesigned the properties palette.ImprovedMinor corrections and improvements.AutoCAD: ModPlus ESKD 1.4.14.0 (07.04.2020)
ImprovedChanged default values for palette settings .AutoCAD: ModPlus ESKD 1.4.13.0 (12.03.2020)
Fixed error running the command BEDIT at a pre-selected block.AutoCAD: ModPlus ESKD 1.4.12.0 (04.03.2020)
Ignoring error NotAllowedForThisProxy that occurs when drag grips of some dynamic blocks.2019 Year
AutoCAD: ModPlus ESKD 1.4.11.0 (25.12.2019)
Service update.AutoCAD: ModPlus ESKD 1.4.10.0 (18.09.2019)
Added update of existing intellectual entities when the document is opened.AutoCAD: ModPlus ESKD 1.4.9.0 (19.08.2019)
Check erased layers before using.AutoCAD: ModPlus ESKD 1.4.8.0 (04.08.2019)
Added setting of layer “0” for all entities inside the block of intellectual entity.Fixed the error of saving selected properties (drop-down list) when creating custom styles.AutoCAD: ModPlus ESKD 1.4.5.0 (09.07.2019)
Completely removed support for old data storage options of intelligent entities.Added accounting of the properties palette operation for entities located on the locked layer.Added the ability to create intelligent entities in the case that the current layer is locked.AutoCAD: ModPlus ESKD 1.4.2.0 (04.05.2019)
Fixed display name of the selected style in the properties palette.Added consideration styles that are not in current database of user styles.AutoCAD: ModPlus ESKD 1.4.0.0 (16.03.2019)
Added new command allowing to search the intellectual entities of the specified types.AutoCAD: ModPlus ESKD 1.3.9.0 (11.02.2019) Read more
Error correction compatibility of entities created in different versions of AutoCAD.2018 Year
AutoCAD: ModPlus ESKD 1.3.8.0 (28.12.2018)
Changes in method of data storage in intellectual entities to improve the stability.AutoCAD: ModPlus ESKD 1.3.7.0 (08.12.2018)
Changed the linetype scale of the default entity "Straight axis" from 1 to 10.Changed the method of storing data in the entities, preventing damage of entities after run the command AUDIT (only for newly created entities or before the first editing entities).AutoCAD: ModPlus ESKD 1.3.5.0 (28.11.2018)
Fixed bug in setting the current annotative scale for the created entity when disabled property "Set the scale from style".Added handling properties "Layer" in "Create analog" command (configurable in the Editor styles in the settings tab).AutoCAD: ModPlus ESKD 1.3.3.0 (27.11.2018)
Section: fixed offset of text when scaling Section by the standard command "Scale".Section: Added the possibility of mutual offset of the text (can be enabled in settings window).Section: Added a new property "Sheet number position".AutoCAD: ModPlus ESKD 1.3.0.0 (27.11.2018) Read more
Completely rewritten the function for later more quickly and efficiently adding intelligent primitives.Added helper team "to Create analog".Added a new intelligent entity "Section".AutoCAD: ModPlus ESKD 1.2.0.0 (11.11.2018)
Added a new object - Ground line.Fixed some bugs.AutoCAD: ModPlus ESKD 1.1.9.0 (07.11.2018)
ModPlusStyle styling.AutoCAD: ModPlus ESKD 1.1.7.0 (27.08.2018)
Fixed a fatal error when building a Ribbon in AutoCAD 2013, 2014.AutoCAD: ModPlus ESKD 1.1.6.0 (05.07.2018)
Fixed a problem that caused a fatal AutoCAD error when working with some dynamic blocks.AutoCAD: ModPlus ESKD 1.1.5.0 (16.06.2018)
Fixed a bug duplicate tabs on the Ribbon.Changes are made in view of transfer of a folder of storage of the user settings.Replacement of the main icons of the function with the addition of icons for the dark AutoCAD ribbon design theme.AutoCAD: ModPlus ESKD 1.1.2.1 (23.04.2018)
The problem of displaying icons in the 2013 version has been fixed.AutoCAD: ModPlus ESKD 1.1.2.0 (22.04.2018)
The error of incorrect setting of the first value of the axis at different angles was fixed.The window for editing axis values has been added to change the position of the markers.AutoCAD: ModPlus ESKD 1.1.0.0 (18.03.2018)
Added a new intelligent primitive - a straight axis.The style editor is also added and the settings of the plugin.Many minor bug fixes.2017 Year
AutoCAD: ModPlus ESKD 1.0.0.5 (15.10.2017)
Fixed an issue that caused Auto CAD to freeze when working with a drawing with external references inserted when object snapping is enabled.AutoCAD: ModPlus ESKD 1.0.0.4 (12.10.2017)
Some bugs fixed.AutoCAD: ModPlus ESKD 1.0.0.3 (08.10.2017)
Fixed a bug that leads to the disconnection of standard handles on AutoCAD tables.AutoCAD: ModPlus ESKD 1.0.0.2 (08.10.2017)
Added updated data in the properties palette when changing the current selection of primitives.AutoCAD: ModPlus ESKD 1.0.0.1 (06.10.2017)
Fixed the "eNotApplicable" error when editing tables. - Комментарии для сайта Cackle