This means that you can modify the inputs and outputs of the component by zooming in until the Insert [ ⊕ ] and Remove [ ⊖ ] controls are visible on either side:By default a script component will have x and y inputs, and out and a as outputs. When all parameters on either ...
Remove Duplicate Points Replaces duplicate points in a list with null values, keeping the first instace of the duplicate in place.InputsNameIDDescriptionType Input Points P Points to cull duplicates from Point Tolerance t Tolerance for duplicate search Number...
Add Tekla.Structures.dll and Tekla.Structures.Model.dll from the \bin\ folder (or \nt\bin\plugins\ in older versions) in your Tekla Structures install folder. Add, rename or remove inputs for the component To change if the input is handled as a single object or as a lists, right click...
AutoSave has been rewritten and works in a fundamentally different fashion. The goal was both to remove autosave files from visible locations and to provide a more robust recovery system in case things go awry. If you want to know more, some details are availablehere. Data Matching ...
Is there a way to translate the colour together with the mesh with the mirror cut plane component from grasshopper?I tried to use the mirror cut colours, however it only works within a list of colours and does not work as same as the plane cut. Regards,ChrisMesh%20Colour.3dm - Comment...
The component also has a right-click menu item "Lock Structure," which will force the component to include null and empty properties in the resulting object rather than omitting them. You can choose "Lock All Serialize Components" to lock all the serialize components in your definition. Deserial...
Tossing this out for your consideration. In my 'conversing' with the Team, so to speak, some of 'our' concerns have been mentioned & discussed (in the sphere of Feedback). One topic has been, the ic... Hi Michael,
Yeah. I had mentioned "Settings or "Clear Browser Data" tab. Although you can favorite them right to the favorites toolbar which is more or less the same thing, so it can be self added by choice as my picture shows. You can do the same with Favorites (as I did per same picture, ...
CCDup.RemoveAt(i); assigned = true; break; } } //If point not within any of the given breps put null in the list if (assigned == false) { OrderedCurves.Add(null); fPoints.Add(Point); } } this.FailedPoints = fPoints;
Well ... I have about 20 C# that do any imaginable Brep "opp"/query ... but are all classified as internal > thus > as I said, one of these days I'll try to remove "some" lines of code and post something that can do a thing or two more on that matter. ...