Dynamo Node In Depth Documentation (9 Nodes)#3387
Open
stevecbc wants to merge 3 commits into
Open
Conversation
Autodesk.DesignScript.Geometry.PolyCurve.OffsetMany CoreNodeModels.Logic.Gate CoreNodeModels.Remember DSRevitNodesUI.LeaderEndCondition DSRevitNodesUI.RuleTypes Dynamo.Graph.Nodes.CodeBlockNodeModel Dynamo.Translation.Models.ObjectImporter Dynamo.Translation.Models.ObjectSelector UnitsUI.UnitInput
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds “In Depth” node documentation to DynamoRevit’s distributed node help system by introducing new example .dyn graphs and corresponding English fallback Markdown pages.
Changes:
- Added new NodeHelpFiles example graphs (
doc/distrib/NodeHelpFiles/*.dyn) for several nodes. - Added new English fallback documentation pages (
doc/distrib/NodeHelpFiles/en-US/fallback_docs/*.md) that describe each node and reference example images.
Reviewed changes
Copilot reviewed 16 out of 24 changed files in this pull request and generated 18 comments.
Show a summary per file
| File | Description |
|---|---|
| doc/distrib/NodeHelpFiles/UnitsUI.UnitInput.dyn | Adds an example Dynamo graph for the UnitsUI.UnitInput node. |
| doc/distrib/NodeHelpFiles/en-US/fallback_docs/UnitsUI.UnitInput.md | Adds fallback “In Depth” documentation for UnitsUI.UnitInput. |
| doc/distrib/NodeHelpFiles/en-US/fallback_docs/Dynamo.Translation.Models.ObjectSelector.md | Adds fallback “In Depth” documentation for ObjectSelector. |
| doc/distrib/NodeHelpFiles/en-US/fallback_docs/Dynamo.Translation.Models.ObjectImporter.md | Adds fallback “In Depth” documentation for ObjectImporter. |
| doc/distrib/NodeHelpFiles/en-US/fallback_docs/Dynamo.Graph.Nodes.CodeBlockNodeModel.md | Adds fallback “In Depth” documentation for Code Block. |
| doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.LeaderEndCondition.md | Adds fallback “In Depth” documentation for LeaderEndCondition. |
| doc/distrib/NodeHelpFiles/en-US/fallback_docs/CoreNodeModels.Remember.md | Adds fallback “In Depth” documentation for Remember. |
| doc/distrib/NodeHelpFiles/en-US/fallback_docs/CoreNodeModels.Logic.Gate.md | Adds fallback “In Depth” documentation for Gate. |
| doc/distrib/NodeHelpFiles/en-US/fallback_docs/Autodesk.DesignScript.Geometry.PolyCurve.OffsetMany.md | Adds fallback “In Depth” documentation for PolyCurve.OffsetMany. |
| doc/distrib/NodeHelpFiles/Dynamo.Translation.Models.ObjectSelector.dyn | Adds an example Dynamo graph for ObjectSelector. |
| doc/distrib/NodeHelpFiles/Dynamo.Translation.Models.ObjectImporter.dyn | Adds an example Dynamo graph for ObjectImporter. |
| doc/distrib/NodeHelpFiles/Dynamo.Graph.Nodes.CodeBlockNodeModel.dyn | Adds an example Dynamo graph for CodeBlockNodeModel. |
| doc/distrib/NodeHelpFiles/DSRevitNodesUI.LeaderEndCondition.dyn | Adds an example Dynamo graph for LeaderEndCondition. |
| doc/distrib/NodeHelpFiles/CoreNodeModels.Remember.dyn | Adds an example Dynamo graph for Remember. |
| doc/distrib/NodeHelpFiles/CoreNodeModels.Logic.Gate.dyn | Adds an example Dynamo graph for Gate. |
| doc/distrib/NodeHelpFiles/Autodesk.DesignScript.Geometry.PolyCurve.OffsetMany.dyn | Adds an example Dynamo graph for PolyCurve.OffsetMany. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
| @@ -0,0 +1,553 @@ | |||
| { | |||
| "Uuid": "c25c8fb0-e921-49d8-9fb6-501daff4f3a2", | |||
| @@ -0,0 +1,788 @@ | |||
| { | |||
| "Uuid": "c25c8fb0-e921-49d8-9fb6-501daff4f3a2", | |||
| @@ -0,0 +1,8 @@ | |||
| ## In Depth | |||
| This node provides a selectable Leader End Condition value from Revit. The options are Free End or Attached. | |||
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Autodesk.DesignScript.Geometry.PolyCurve.OffsetMany CoreNodeModels.Logic.Gate
CoreNodeModels.Remember
DSRevitNodesUI.LeaderEndCondition
DSRevitNodesUI.RuleTypes
Dynamo.Graph.Nodes.CodeBlockNodeModel
Dynamo.Translation.Models.ObjectImporter
Dynamo.Translation.Models.ObjectSelector
UnitsUI.UnitInput
Please Note:
DynamoRevitrepo will need to be cherry-picked into all the DynamoRevit Release branches that Dynamo supports. Contributors will be responsible for cherry-picking their reviewed commits to the other branches after aLGTMlabel is added to the PR.Purpose
(FILL ME IN) This section describes why this PR is here. Usually it would include a reference
to the tracking task that it is part or all of the solution for.
Declarations
Check these if you believe they are true
*.resxfilesReviewers
(FILL ME IN) Reviewer 1 (If possible, assign the Reviewer for the PR)
(FILL ME IN, optional) Any additional notes to reviewers or testers.
FYIs
(FILL ME IN, Optional) Names of anyone else you wish to be notified of