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

Obsoleting Surface.Join Node. #9399

Merged
merged 28 commits into from
Jan 10, 2019
Merged

Conversation

reddyashish
Copy link
Contributor

Purpose

This PR obsoletes the Surface.Join function and suggests to use the PolySurface.ByJoinedSurfaces function. The tests are updated to use the suggested functions.

Declarations

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
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning, and are documented in the API Changes document.

Reviewers

@aparajit-pratap @QilongTang @mjkkirschner

Use Polysurface.ByJoinedSurfaces node instead.
@QilongTang
Copy link
Contributor

LGTM. Please make sure self CI pass and also check if there is change in DynamoRevit repo needed.

@reddyashish
Copy link
Contributor Author

The last 2 commits have to be removed from this PR

@mjkkirschner mjkkirschner added DNM Do not merge. For PRs. and removed DNM Do not merge. For PRs. labels Jan 10, 2019
@aparajit-pratap aparajit-pratap merged commit dee10b6 into DynamoDS:master Jan 10, 2019
reddyashish added a commit to reddyashish/Dynamo that referenced this pull request Jan 11, 2019
* Add check for invalid cutom node name

https://jira.autodesk.com/browse/QNTM-3928

* Removing trailing spaces

* Moving the function to utilities class

* Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo"

This reverts commit 085fb51, reversing
changes made to d055de4.

* Revert "Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo""

This reverts commit 12538ab.

* Adding tests - QNTM-3928

* Comments

* Moving the test to NodeViewCustomizationTests.cs

* Deleting changes to SerializationTests.cs

* Create SerializationTests.cs

* Update SerializationTests.cs

* moving the test to UtilityTests.ca

* Heterogeneous list update gives infinite loop

DYN-1198

* Moving the test dyn file

* Revert "Moving the test dyn file"

This reverts commit d91009e.

* Revert "Heterogeneous list update gives infinite loop"

This reverts commit e8d7b8a.

* making Surface.join node obsolete

* Revert "making Surface.join node obsolete"

This reverts commit 1458b46.

* Obsoleting Surface,Join node.

Use Polysurface.ByJoinedSurfaces node instead.

* Renaming test file.

(cherry picked from commit dee10b6)
QilongTang pushed a commit that referenced this pull request Jan 11, 2019
* Revert "Heterogeneous list update gives infinite loop (#9334)"

This reverts commit 67a19a7.

* Obsoleting Surface.Join Node. (#9399)

* Add check for invalid cutom node name

https://jira.autodesk.com/browse/QNTM-3928

* Removing trailing spaces

* Moving the function to utilities class

* Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo"

This reverts commit 085fb51, reversing
changes made to d055de4.

* Revert "Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo""

This reverts commit 12538ab.

* Adding tests - QNTM-3928

* Comments

* Moving the test to NodeViewCustomizationTests.cs

* Deleting changes to SerializationTests.cs

* Create SerializationTests.cs

* Update SerializationTests.cs

* moving the test to UtilityTests.ca

* Heterogeneous list update gives infinite loop

DYN-1198

* Moving the test dyn file

* Revert "Moving the test dyn file"

This reverts commit d91009e.

* Revert "Heterogeneous list update gives infinite loop"

This reverts commit e8d7b8a.

* making Surface.join node obsolete

* Revert "making Surface.join node obsolete"

This reverts commit 1458b46.

* Obsoleting Surface,Join node.

Use Polysurface.ByJoinedSurfaces node instead.

* Renaming test file.

(cherry picked from commit dee10b6)

* Updating the file name related to DYN-1043 (Obsoleting surface.join node) (#9410)

* Add check for invalid cutom node name

https://jira.autodesk.com/browse/QNTM-3928

* Removing trailing spaces

* Moving the function to utilities class

* Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo"

This reverts commit 085fb51, reversing
changes made to d055de4.

* Revert "Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo""

This reverts commit 12538ab.

* Adding tests - QNTM-3928

* Comments

* Moving the test to NodeViewCustomizationTests.cs

* Deleting changes to SerializationTests.cs

* Create SerializationTests.cs

* Update SerializationTests.cs

* moving the test to UtilityTests.ca

* Heterogeneous list update gives infinite loop

DYN-1198

* Moving the test dyn file

* Revert "Moving the test dyn file"

This reverts commit d91009e.

* Revert "Heterogeneous list update gives infinite loop"

This reverts commit e8d7b8a.

* making Surface.join node obsolete

* Revert "making Surface.join node obsolete"

This reverts commit 1458b46.

* Obsoleting Surface,Join node.

Use Polysurface.ByJoinedSurfaces node instead.

* Renaming test file.

* Updating file name

(cherry picked from commit 219baa8)
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.

4 participants