Skip to content

Releases: cmaignan-source/vsnodes

Custom VS Nodes From Allplan France v0.11.0

29 May 14:01
57fdb69

Choose a tag to compare

Release notes 0.11.0

NEW PointIndexPreview
Show the points index of the objects.

Custom VS Nodes From Allplan France v0.10.0

09 Jan 14:46
c89a9d8

Choose a tag to compare

Release notes 0.10.0

UPDATE GetObjectAttribute
Wrong descriptions; this has been fixed.

Custom VS Nodes From Allplan France v0.9.0

09 Jan 14:31
ca02fb7

Choose a tag to compare

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

17 Dec 15:28
e2ac210

Choose a tag to compare

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

12 Dec 08:39
d4cfec1

Choose a tag to compare

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

11 Dec 16:56
ff1f77d

Choose a tag to compare

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

11 Dec 14:04
c9c3aa0

Choose a tag to compare

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

12 Nov 20:11
159c33d

Choose a tag to compare

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

04 Sep 11:46
653bb02

Choose a tag to compare

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

18 Aug 15:03
da177db

Choose a tag to compare

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.