Skip to content

Commit 2bb51dc

Browse files
dariaivanciucovadnenovQilongTang
authored
TSpline Nodes Documentation - Third set (#14598)
* 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]>
1 parent 9136633 commit 2bb51dc

File tree

193 files changed

+187909
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+187909
-194
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<!--- Autodesk.DesignScript.Geometry.TSpline.TSplineTopology.RegularVertices --->
22
<!--- 3FD66JH7OUVHRJOXDSO6GCVCZV63VG7PUZEMJMDZBM67ASM2XLRA --->
3-
## RegularVertices - Documentation
4-
This documentation file is auto generated by NodeDocumentationMarkdownGenerator, Version=2.14.0.3986, Culture=neutral, PublicKeyToken=null.
3+
## In Depth
4+
In the example below, a planar T-Spline surface with extruded, subdivided, and pulled vertices and faces is inspected with the `TSplineTopology.StarPointVertices` node.
55

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

10+
![TSplineTopology.RegularVertices](./Autodesk.DesignScript.Geometry.TSpline.TSplineTopology.RegularVertices_img.jpg)
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<!--- Autodesk.DesignScript.Geometry.TSpline.TSplineTopology.TPointVertices --->
22
<!--- 3JL6REDTXILJYKG3YL47NDNEA5YHNLEAYOO3JNMRUUBMWI4GDGHA --->
3-
## TPointVertices - Documentation
4-
This documentation file is auto generated by NodeDocumentationMarkdownGenerator, Version=2.14.0.3986, Culture=neutral, PublicKeyToken=null.
3+
## In Depth
4+
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.
55

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

8+
___
9+
## Example File
10+
11+
![TSplineTopology.TPointVertices](./Autodesk.DesignScript.Geometry.TSpline.TSplineTopology.TPointVertices_img.jpg)

0 commit comments

Comments
 (0)