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

Set13| Add Node Documentation for...(Documentation Added: 60 nodes) #3126

Merged

Conversation

johnpierson
Copy link
Member

@johnpierson johnpierson commented Dec 27, 2024

Purpose

Final PR for this quarter.

Declarations

DSRevitNodesUI.FillPatterns.dyn
DSRevitNodesUI.FillPatternTargets.dyn
DSRevitNodesUI.HorizontalAlignment.dyn
DSRevitNodesUI.LinePatterns.dyn
DSRevitNodesUI.VerticalAlignment.dyn
Revit.Application.Document.IsCloudPath.dyn
Revit.Application.Document.WorksharingPath.dyn
Revit.Elements.CeilingType.ByName.dyn
Revit.Elements.CeilingType.GetThermalProperties.dyn
Revit.Elements.CeilingType.Name.dyn
Revit.Elements.Coordinates.BasePoint.dyn
Revit.Elements.Coordinates.ProjectRotation.dyn
Revit.Elements.Coordinates.SurveyPoint.dyn
Revit.Elements.DirectShape.ByGeometry.dyn
Revit.Elements.FamilyInstance.ByCoordinates.dyn
Revit.Elements.FamilyInstance.ByFamilyType.dyn
Revit.Elements.FilledRegionType.ByName.dyn
Revit.Elements.FilledRegionType.Name.dyn
Revit.Elements.FillPatternElement.GetByName.dyn
Revit.Elements.Floor.Points.dyn
Revit.Elements.LinePatternElement.GetByName.dyn
Revit.Elements.LinkElement.BoundingBox.dyn
Revit.Elements.LinkInstance.AllElementsOfClass.dyn
Revit.Elements.LinkInstance.ByName.dyn
Revit.Elements.LinkInstance.ElementById.dyn
Revit.Elements.Material.AppearanceParameters.dyn
Revit.Elements.Material.MaterialCategory.dyn
Revit.Elements.Material.StructuralParameters.dyn
Revit.Elements.Material.ThermalParameters.dyn
Revit.Elements.PathOfTravel.ByFloorPlanPoints.dyn
Revit.Elements.ReferencePoint.ByCoordinates.dyn
Revit.Elements.ReferencePoint.ByParametersOnFaceReference.dyn
Revit.Elements.ReferencePoint.ByPoint.dyn
Revit.Elements.ReferencePoint.Point.dyn
Revit.Elements.ReferencePoint.X.dyn
Revit.Elements.ReferencePoint.XYPlane.dyn
Revit.Elements.ReferencePoint.XZPlane.dyn
Revit.Elements.ReferencePoint.Y.dyn
Revit.Elements.ReferencePoint.YZPlane.dyn
Revit.Elements.ReferencePoint.Z.dyn
Revit.Elements.RoofType.ByName.dyn
Revit.Elements.RoofType.GetThermalProperties.dyn
Revit.Elements.RoofType.Name.dyn
Revit.Elements.Room.IsInsideRoom.dyn
Revit.Elements.Tag.ByElement.dyn
Revit.Elements.Tag.GetLeaderEndCondition.dyn
Revit.Elements.Tag.SetLeaderEndCondition.dyn
Revit.Elements.TextNote.SetHorizontalAlignment.dyn
Revit.Elements.TextNote.SetKeepRotatedTextReadable.dyn
Revit.Elements.TextNoteType.Default.dyn
Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.dyn
Revit.Elements.Toposolid.Points.dyn
Revit.Elements.Views.CeilingPlanView.ByLevel.dyn
Revit.Elements.Views.FloorPlanView.ByLevel.dyn
Revit.Elements.Views.View.SetCategoryOverrides.dyn
Revit.Elements.Views.View.SetCropBoxActive.dyn
Revit.Elements.Wall.ByFace.dyn
Revit.Filter.OverrideGraphicSettings.ByProperties.dyn
Revit.Transaction.Transaction.End.dyn
Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).dyn

Check these if you believe they are true

  • The code base is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • Snapshot of UI changes, if any.

Reviewers

@emru-y

FYIs

@Amoursol
@achintyabhat

Since this goes over the holidays, any review comments or modification requests after December 31st, 2024 will have to go to Parallax Team (@PrlxAaronMaller or @l-schmidt)

Co-Authored-By: PrlxAaronMaller <[email protected]>
Co-Authored-By: l-schmidt <[email protected]>
@johnpierson johnpierson force-pushed the johnPierson_nodeDocumentation_Set13 branch from 39d5d1f to 05b322d Compare December 30, 2024 23:44
@johnpierson johnpierson requested review from emru-y and removed request for achintyabhat January 6, 2025 14:34
Copy link

@emru-y emru-y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we have a typo here "a new floor plan views" for the "views". Can we make it "view"?

Copy link

@emru-y emru-y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similarly, we have a typo mistake here "a new floor plan views" for the "views". Can we make it "view"?

Copy link

@emru-y emru-y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the face cannot be any face, can we update this as:
"Wall.ByFace creates a wall on the given mass face."

emru-y

This comment was marked as resolved.

Copy link

@emru-y emru-y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Completed the review. It looks great! There are some minor changes that needs to be done before the merge.

I would appreciate if we can prioritize these changes and merge the PR as soon as possible since there is not so much time left for other teams to work on them for the scope of Revit 2026.

Thank you very much for your support on this!

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we show the result of the last node as other samples and update this file?

I believe this captures all of the changes you requested!
@johnpierson johnpierson requested a review from emru-y January 15, 2025 11:17
Copy link

@emru-y emru-y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thank you for the quick update!

@johnpierson
Copy link
Member Author

Awesome, let me move the stuff to the right folder

@johnpierson johnpierson merged commit a516240 into DynamoDS:master Jan 15, 2025
2 checks passed
@johnpierson johnpierson deleted the johnPierson_nodeDocumentation_Set13 branch January 15, 2025 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants