Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TSpline Nodes Documentation - Second set #14550

Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
90d100d
TSplineInitialSymmetry nodes
dariaivanciucova Nov 1, 2023
4d1b807
TSplineReflection nodes documentation
dariaivanciucova Nov 1, 2023
e827e59
two more Reflections nodes
dariaivanciucova Nov 1, 2023
420da26
Merge remote-tracking branch 'upstream/master' into TSpline-nodes-doc…
dariaivanciucova Nov 3, 2023
0465790
7 more nodes
dariaivanciucova Nov 7, 2023
4e8c4d5
ByNurbs and ByCombinedSurfaces
dariaivanciucova Nov 7, 2023
8bd4378
4 Bridge nodes
dariaivanciucova Nov 7, 2023
ac7673b
Compress Indexes, BySweep, ByRevolve, BuildFromLines
dariaivanciucova Nov 7, 2023
79fed93
DeleteEdges, DeleteFaces, DeleteVertices
dariaivanciucova Nov 7, 2023
e575a32
Merge remote-tracking branch 'upstream/master' into TSpline-nodes-doc…
dariaivanciucova Nov 7, 2023
e760b73
Update Autodesk.DesignScript.Geometry.TSpline.TSplineSurface.BridgeEd…
dnenov Nov 16, 2023
5e031da
Update Autodesk.DesignScript.Geometry.TSpline.TSplineSurface.BridgeEd…
dnenov Nov 16, 2023
fde1cbf
Update Autodesk.DesignScript.Geometry.TSpline.TSplineSurface.BridgeFa…
dnenov Nov 16, 2023
0a74948
Update Autodesk.DesignScript.Geometry.TSpline.TSplineSurface.BridgeFa…
dnenov Nov 16, 2023
e8d04ac
Update Autodesk.DesignScript.Geometry.TSpline.TSplineSurface.BuildFro…
dnenov Nov 16, 2023
f918cae
added missing TSplineSurface.Reflections node
dariaivanciucova Nov 16, 2023
4d5b38b
Helena's comments
dariaivanciucova Nov 21, 2023
d5868e7
Merge branch 'master' into TSpline-nodes-documentation-second-set
QilongTang Feb 1, 2024
c8baff1
Merge branch 'master' into TSpline-nodes-documentation-second-set
QilongTang Feb 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## ByAxial - Documentation
This documentation file is auto generated by NodeDocumentationMarkdownGenerator, Version=2.14.0.3986, Culture=neutral, PublicKeyToken=null.
## In-Depth
`TSplineInitialSymmetry.ByAxial` defines if the T-Spline geometry has symmetry along a chosen axis (x, y, z). Symmetry can occur on one, two, or all three axes. Once established at the creation of the T-Spline geometry, symmetry influences all subsequent operations and alterations.

For more information about adding documentation to nodes see https://github.com/DynamoDS/Dynamo/wiki/Create-and-Add-Custom-Documentation-to-Nodes
In the example below, `TSplineSurface.ByBoxCorners` is used to create a T-Spline surface. Among the inputs of this node, `TSplineInitialSymmetry.ByAxial` is used to define the initial symmetry in the surface. `TSplineTopology.RegularFaces` and `TSplineSurface.ExtrudeFaces` are then used to respectively select and extrude a face of the T-Spline surface. The extrude operation is then mirrored around the symmetry axes defined with the `TSplineInitialSymmetry.ByAxial` node.

## Example File

![Example](./Autodesk.DesignScript.Geometry.TSpline.TSplineInitialSymmetry.ByAxial_img.gif)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading