News:

SMF - Just Installed!

Main Menu

Recent posts

#11
Medeek Wall Plugin / Re: Development and Updates fo...
Last post by Medeek - November 09, 2024, 11:37:14 PM
Version 3.7.6 - 11.09.2024
- Enabled the following method within the Medeek Wall API: wall_move
- Updated the Medeek Wall API to allow the instance name of a wall as an input.
- Added additional wall validation logic to the API.
#12
Medeek Wall Plugin / Re: Development and Updates fo...
Last post by Medeek - November 09, 2024, 11:30:58 PM
I'm updating the API so that one can either enter in the actual group of the wall assembly or just the instance name of the wall assembly.

In order to regen a wall:

QuoteMedeek_Engineering_Inc_Extensions::MedeekWallPlugin::Wall::MedeekMethods.wall_regen 'instance_name'

Where the instance name is the wall assembly name (ie. RECT_WALL_ASSEMBLY_2024110823301222 ).

QuoteMedeek_Engineering_Inc_Extensions::MedeekWallPlugin::Wall::MedeekMethods.wall_regen 'RECT_WALL_ASSEMBLY_2024110823301222'


I will also be adding a new API method for moving walls.  Note that this method essentially fires up the move wall tool but without the interface or tool, a positive delta-y (float) moves the wall inward and a negative delta-y (float) moves the wall outward.

QuoteMedeek_Engineering_Inc_Extensions::MedeekWallPlugin::Wall::MedeekMethods.wall_move 'instance_name', delta-y

An example call might look like:

QuoteMedeek_Engineering_Inc_Extensions::MedeekWallPlugin::Wall::MedeekMethods.wall_move 'RECT_WALL_ASSEMBLY_2024110916480984', 48


Note that the delta-y is the amount to move in or out in inches.
#13
Medeek Wall Plugin / Re: Development and Updates fo...
Last post by Medeek - November 09, 2024, 11:06:38 PM
Here is an example of moving a wall with the `wall_move` method using the Medeek Wall API:



There is not a lot of people using the API, at least not that I am aware of, but what this does it open up the possibility for the other Medeek extensions (and any other extension) to interact with these walls and adjust them as required.
#14
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - November 09, 2024, 05:42:56 AM
As requested here is the edit menu with an offset parameter added to the Perimeter Options:

#15
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - November 09, 2024, 01:52:02 AM
Version 0.9.9p - 11.08.2024
- Added a "Wall" draw mode to the floor draw tool.
- Enabled "Perimeter Options" within the edit menu of the floor tool.

Tutorial 17 - Linking Floors and Walls (11:09 min.)



I apologize I got so interested and focused on the wall draw mode for floors that I completely forgot about the updates I made to allow for drawing floor coverings on slab etc...  I will drop those updates into the very next release which will probably be this weekend.
#16
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - November 07, 2024, 09:29:38 AM
Version 0.9.9o - 11.07.2024
- Added a Material X-Offset parameter for the floor covering material.
- Added a Material Y-Offset parameter for the floor covering material.
- Added a Material Rotation parameter for the floor covering material.





I will probably add in the same offsets and rotation parameters for the underlayment as well, but I will hold off for now until it is requested.  I really want to get back onto the floor opening tool.
#17
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - November 06, 2024, 07:01:22 AM
Version 0.9.9n - 11.06.2024
- Enabled "Openings Options" within the edit menu of the floor covering tool.

Tutorial 16 - Floor Coverings with Openings in Walls (7:59 min.)

#18
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - November 04, 2024, 11:19:04 PM
Tutorial 15 - Floor Coverings with Walls (11:47 min.)

#19
Medeek Floor Plugin / Suggestions, Ideas and Roadmap
Last post by Medeek - November 04, 2024, 03:25:40 AM
Please post any ideas, suggestions or other thoughts you may have on the Floor plugin and what direction you think I should go on specific features.  I will also try to post my own ideas and future plans and concepts I am working on or considering.
#20
Medeek Floor Plugin / Re: Development and Updates fo...
Last post by Medeek - November 04, 2024, 03:23:35 AM
Quote from: Daniel Gates on November 03, 2024, 05:51:56 PMEverything you do is awesome and ultimately bringing so much value to your extension, but if you could add a forum chat "next step/improvement" here to inform us of what you are thinking of doing next and if you want to chat some idea over, we can all get together beforehand to help you hopefully save time and resources before you even do any coding?
Please add a new thread within this board for any suggestions or questions you may have, you should be able to do that once you are a registered user.