Releases: cmaignan-source/vsnodes
Custom VS Nodes From Allplan France v0.11.0
Release notes 0.11.0
NEW PointIndexPreview
Show the points index of the objects.
Custom VS Nodes From Allplan France v0.10.0
Release notes 0.10.0
UPDATE GetObjectAttribute
Wrong descriptions; this has been fixed.
Custom VS Nodes From Allplan France v0.9.0
Release notes 0.9.0
NEW GetObjectAttribute
Returns the value of a specific attribute for one or more objects.
Custom VS Nodes From Allplan France v0.8.0
Release notes 0.8.0
NEW SortObjectsByAttribute
Sorts a list of model objects based on a specified attribute.
Custom VS Nodes From Allplan France v0.7.0
Release notes 0.7.0
UPDATE ChangeObjectAttribute
Sometimes input objects cause errors; this has been fixed.
Custom VS Nodes From Allplan France v0.6.0
Release notes 0.6.0
UPDATE ChangeObjectAttribute
Sometimes input objects cause errors; this has been fixed.
Custom VS Nodes From Allplan France v0.5.0
Release notes 0.5.0
NEWChangeObjectAttribute
Sets or adds an attribute on a existing object in your ALLPLAN project.
Custom VS Nodes From Allplan France v0.4.0
Release notes 0.4.0
UPDATE CommandBlock
Random number generator updated for unsorted output.
NEWSetOrCreateAttribute
Add NodeSetOrCreateAttribute to define or update an attribute in the ALLPLAN project.
NEWIf/Else
Add NodeIfElse to perform conditional branching.
NEWMatch/Case
Add NodeMatchCase to execute actions based on pattern or value matching.
NEWLoop/For
Add NodeLoopFor to iterate over lists or ranges, enabling repetitive execution of nested node chains.
Custom VS Nodes From Allplan France v0.3.0
Release notes 0.3.0
UPDATE CommandBlock
Inputs and outputs descriptions have been updated for a better user experience and french traduction was added.
NEWOperatorModulo
Add NodeOperatorModulo to perform the modulo operation between two numeric inputs.
NEWListSplitByBool
Add NodeListSplitByBool to split a source list into two sublists, based on a matching boolmask.
Custom VS Nodes From Allplan France v0.2.0
Release notes 0.2.0
CommandBlock
- User Interface
Input and output descriptions have been updated for a better user experience.
- Manual List Creation
If the list is made up of numbers, it is now sorted.