Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 22f7d23

Browse files
committed
Update description.json
1 parent 61ff042 commit 22f7d23

File tree

1 file changed

+31
-28
lines changed

1 file changed

+31
-28
lines changed

web/assets/json/description.json

+31-28
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
"SurfaceFromPoints": "Create a nurbs surface from a grid of points.",
165165
"Sweep": "Create a sweep surface with one rail curve.",
166166
"BoundingBox": "Solve bounding boxes aligned to a specified plane.",
167+
"ConstructBoundingBox": "Construct a bounding box.",
167168
"DeconstructBoundingBox": "Deconstruct a bounding box into its component parts.",
168169
"OrientedBoundingBox": "Solve oriented bounding boxes.",
169170
"PlaneSurface": "Create a plane surface",
@@ -221,32 +222,34 @@
221222
"Vector": "Create a vector from 3 components",
222223
"Vector2Pt": "Create a vector between two points.",
223224
"VectorLength": "Compute the length (amplitude) of a vector.",
224-
"VectorToPoint": "Convert a vector into a point",
225-
"Panel": "A panel for custom notes and text values",
226-
"FrepDifference": "Perform a difference on two sets of freps",
227-
"FrepIntersection": "Perform an intersection on a set of freps",
228-
"FrepSmoothDifference": "Perform a smooth difference on two sets of FReps",
229-
"FrepSmoothIntersection": "Perform a smooth intersection on a set of freps",
230-
"FrepSmoothUnion": "Perform a smooth union on a set of freps",
231-
"FrepUnion": "Perform an union on a set of freps",
232-
"FBox": "Create a box frep",
233-
"FCapsule": "Create a capsule frep",
234-
"FCone": "Create a cone frep",
235-
"FCylinder": "Create a cylinder frep",
236-
"FSphere": "Create a sphere frep",
237-
"TPMSDiamond": "Perform a diamond TPMS on a frep",
238-
"TPMSFischerKochS": "Perform a fischer koch S TPMS on a frep",
239-
"TPMSGyroid": "Perform a gyroid TPMS on a frep",
240-
"TPMSLidinoid": "Perform a lidinoid TPMS on a frep",
241-
"TPMSSchwarzP": "Perform a schwarz P TPMS on a frep",
242-
"FrepRound": "Rounding a frep shape",
243-
"MarchingCubes": "Create a mesh from frep by marching cubes",
244-
"FrepMCExporter": "Export a frep as mesh format by marching cubes",
245-
"FrepCustom": "User custom distance function (.glsl) for FRep",
246-
"UIGraphMapper": "Represents a numeric mapping function",
247-
"UIMDSlider": "A multidimensional slider",
248-
"UIToggle": "Boolean (true/false) toggle",
249-
"UIValueList": "Provides a list of values to choose from",
250-
"Custom": "User custom node",
251-
"Unknown": "Placeholder for unknown node"
225+
"VectorToPoint": "Convert a vector into a point.",
226+
"Panel": "A panel for custom notes and text values.",
227+
"FrepDifference": "Perform a difference on two sets of freps.",
228+
"FrepIntersection": "Perform an intersection on a set of freps.",
229+
"FrepSmoothDifference": "Perform a smooth difference on two sets of freps.",
230+
"FrepSmoothIntersection": "Perform a smooth intersection on a set of freps.",
231+
"FrepSmoothUnion": "Perform a smooth union on a set of freps.",
232+
"FrepUnion": "Perform an union on a set of freps.",
233+
"FBox": "Create a box frep.",
234+
"FCapsule": "Create a capsule frep.",
235+
"FCone": "Create a cone frep.",
236+
"FCylinder": "Create a cylinder frep.",
237+
"FSphere": "Create a sphere frep.",
238+
"TPMSDiamond": "Perform a diamond TPMS on a frep.",
239+
"TPMSFischerKochS": "Perform a fischer koch S TPMS on a frep.",
240+
"TPMSGyroid": "Perform a gyroid TPMS on a frep.",
241+
"TPMSLidinoid": "Perform a lidinoid TPMS on a frep.",
242+
"TPMSSchwarzP": "Perform a schwarz P TPMS on a frep.",
243+
"FrepRound": "Rounding a frep shape.",
244+
"MarchingCubes": "Create a mesh from frep by marching cubes.",
245+
"FrepMCExporter": "Export a frep as mesh format by marching cubes.",
246+
"FrepCustomDistanceFunction": "User custom distance function (.glsl) for frep.",
247+
"FrepCustomFilter": "User custom filter (.glsl) for frep.",
248+
"FrepBoundingBox": "Extract the bounding box of a frep.",
249+
"UIGraphMapper": "Represents a numeric mapping function.",
250+
"UIMDSlider": "A multidimensional slider.",
251+
"UIToggle": "Boolean (true/false) toggle.",
252+
"UIValueList": "Provides a list of values to choose from.",
253+
"Custom": "User custom node.",
254+
"Unknown": "Placeholder for unknown node."
252255
}

0 commit comments

Comments
 (0)