This is a custom shared plugin for BricsCAD, built in C#, containing custom functions for modifying entities. Currently, the plugin includes a single function designed for stretching selected entities along a chosen axis.
- Stretch Entities:
- Select entities and adjust their points relative to a specified base point with a specified factor.
- Stretching is done along a selected axis.
- Load the plugin into BricsCAD.
- Select the entities you want to modify.
- Specify the axis along which the entities should be stretched.
- Specify the multiplier by which the entities will be stretched.
- Choose a base point for the stretch operation.
- BricsCAD
- .NET Framework (compatible with the version used by BricsCAD)
- Clone or download this repository.
- Load the compiled plugin into BricsCAD using the appropriate plugin loader.
This project is licensed under the MIT License.