-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DYN-6009-Extended-Node-Help-Missing 7th (#14611)
I've added/updated the documentation (md, dyn, jpg files) for the next list of 19 nodes (using Monocle package): NurbsSurface.ByPointsTangents PolySurface.Surfaces PolySurface.UnconnectedBoundaries PolySurface.BySweep PolySurface.LocateSurfacesByLine PolySurface.ByLoft Surface.Thicken (surface, thickness) Surface.TrimWithEdgeLoops PolySurface.Chamfer PolySurface.LocateSurfacesByPoint Surface.Thicken (surface, thickness, both_sides) Surface.ToNurbsSurface Surface.ByLoft (crossSections, guideCurves) Surface.BySweep PolySurface.ByJoinedSurfaces Surface.Area Delaunay.ByParametersOnSurface Delaunay.ByPoints ConvexHull.ByPoints
- Loading branch information
1 parent
723cef6
commit 93e1f70
Showing
47 changed files
with
7,677 additions
and
264 deletions.
There are no files selected for viewing
702 changes: 621 additions & 81 deletions
702
doc/distrib/NodeHelpFiles/Autodesk.DesignScript.Geometry.NurbsSurface.ByPointsTangents.dyn
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 5 additions & 3 deletions
8
...b/NodeHelpFiles/Autodesk.DesignScript.Geometry.NurbsSurface.ByPointsTangents.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
## In Depth | ||
Creates a NurbsSurface with specified interpolated points and U and V degrees. The resultant surface will pass through all of the points. The number of tangents must match the number of points in the corresponding direction. The resultant surface will be degree 3 in both the U and V direction. | ||
___ | ||
## Example File | ||
`NurbsSurface.ByPointsTangents` creates a smooth surface that passes through each of a grid (list of lists) of points. Specify tangent vectors to control the surface direction at the edges. The number of tangents must match the number of points in the corresponding direction (U - number of lists, V - number of points in each list). | ||
|
||
In the example below, a NurbsSurface is created from given points and U and V tangents. | ||
|
||
___ | ||
## Example File | ||
|
||
![NurbsSurface.ByPointsTangents](./Autodesk.DesignScript.Geometry.NurbsSurface.ByPointsTangents_img.jpg) |
Binary file modified
BIN
+40.6 KB
(120%)
...eHelpFiles/Autodesk.DesignScript.Geometry.NurbsSurface.ByPointsTangents_img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion
5
...ib/NodeHelpFiles/Autodesk.DesignScript.Geometry.PolySurface.ByJoinedSurfaces.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
...deHelpFiles/Autodesk.DesignScript.Geometry.PolySurface.ByLoft(crossSections).md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.