Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 15, 2025

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original prompt

This section details on the original issue you should resolve

<issue_title>compas.geometry.Cone has no implementation of scale</issue_title>
<issue_description>compas.geometry.Cone has no implementation of scale and its base class Shape raises a NotImplementedError...

scaling a cone means scaling the cone radius and height by the same factor.

</issue_description>

<agent_instructions>* add the missing Cone.scale that applies a scale factor to the cone's radius and height

  • add tests for the method
  • document the method</agent_instructions>

Comments on the Issue (you are @copilot in this section)

Fixes #1491


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

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.

compas.geometry.Cone has no implementation of scale

2 participants