Skip to content

Commit

Permalink
TSpline Nodes Documentation - Third set (#14598)
Browse files Browse the repository at this point in the history
* FillHole, IsClosed, IsInBoxMode

* BorderFaces, BorderEdges, BorderVertices, DuplicateFaces

* EnableSmoothMode, ExportToTSS, ExportToTSM

* ImportFromTSM (2)

* ImportFromTSS(2)

* ExtrudeFaces, Interpolate, SubdivideFaces, FlattenVertices (2)

* IsStandard, Standardize, Thicken (2)

* Decomposed (3), EdgeByIndex, EdgeCount, InnerEdges, InnerFaces, InnerVertices, NGonFaces, NonManifoldEdges, NonManifoldVertices

* RegularFaces, RegularVertices, StarPoints, TPoints

* Repair, Serialize, Deserialize

* ExtrudeEdges, ExtrudeEdgesAlongCurve, ExtrudeFacesAlongCurve

* FlipNormals, IsExtractable

* MoveVertices, FaceByIndex, VertexByIndex

* Is Watertight, FacesCount, VerticesCount, SlideEdges, MergeEdges, WeldCoincidentVertices, WeldVertices(2)

* ToBrep, ToMesh

* Update WSNXB54TDQEZRTUNRFCTUDK74DHVPQPXBXEYJUZJPW6T2F7XERDQ.md

* CreateMatch (2), PullVertices

* MakeUniform

* updated to better method for highlighting edges

* spell check

* Update 6ICXLN4V6DNK5KMYTY5LPCJBE27IRW5VOBKCCVFQGO3HST752ZNQ.md

* added TSM, TSS files, typos

* Helena's comments

---------

Co-authored-by: Deyan Nenov <[email protected]>
Co-authored-by: Aaron (Qilong) <[email protected]>
  • Loading branch information
3 people authored Feb 1, 2024
1 parent 9136633 commit 2bb51dc
Show file tree
Hide file tree
Showing 193 changed files with 187,909 additions and 194 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<!--- Autodesk.DesignScript.Geometry.TSpline.TSplineTopology.RegularVertices --->
<!--- 3FD66JH7OUVHRJOXDSO6GCVCZV63VG7PUZEMJMDZBM67ASM2XLRA --->
## RegularVertices - Documentation
This documentation file is auto generated by NodeDocumentationMarkdownGenerator, Version=2.14.0.3986, Culture=neutral, PublicKeyToken=null.
## In Depth
In the example below, a planar T-Spline surface with extruded, subdivided, and pulled vertices and faces is inspected with the `TSplineTopology.StarPointVertices` node.

For more information about adding documentation to nodes see https://github.com/DynamoDS/Dynamo/wiki/Create-and-Add-Custom-Documentation-to-Nodes
The nodes `TSplineVertex.UVNFrame` and `TSplineUVNFrame.Position` are used to highlight the regular vertices of the surface.
___
## Example File

![TSplineTopology.RegularVertices](./Autodesk.DesignScript.Geometry.TSpline.TSplineTopology.RegularVertices_img.jpg)
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<!--- Autodesk.DesignScript.Geometry.TSpline.TSplineTopology.TPointVertices --->
<!--- 3JL6REDTXILJYKG3YL47NDNEA5YHNLEAYOO3JNMRUUBMWI4GDGHA --->
## TPointVertices - Documentation
This documentation file is auto generated by NodeDocumentationMarkdownGenerator, Version=2.14.0.3986, Culture=neutral, PublicKeyToken=null.
## In Depth
In the example below, a planar T-Spline surface with extruded, subdivided, and pulled vertices and faces is inspected with the `TSplineTopology.TPointVertices` node to check if any of its vertices are T-Points.

For more information about adding documentation to nodes see https://github.com/DynamoDS/Dynamo/wiki/Create-and-Add-Custom-Documentation-to-Nodes
The nodes `TSplineVertex.UVNFrame` and `TSplineUVNFrame.Position` are used to highlight the T-Points in the surface.

___
## Example File

![TSplineTopology.TPointVertices](./Autodesk.DesignScript.Geometry.TSpline.TSplineTopology.TPointVertices_img.jpg)
Loading

0 comments on commit 2bb51dc

Please sign in to comment.