Revit API Forum
Welcome to Autodesk’s Revit API Forums. Share your knowledge, ask questions, and explore popular Revit API topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Editing a floor: How to delete an existing internal SlabShapeVertex

9 REPLIES 9
SOLVED
Reply
Message 1 of 10
Anonymous
4241 Views, 9 Replies

Editing a floor: How to delete an existing internal SlabShapeVertex

Anonymous
Not applicable

When editing a floor I need to delete a single internal SlabShapeVertex, but the SlabShapeEditor does not supply any method for deleting a single existing vertex.

SlabShapeEditor contains methods like DrawPoint, ModifySubElement and ResetSlabShape but no such method as DeletePoint or DeleteVertex.

 

Any ideas on how to solve this task?

 

Regards

Jan Grenov

 

 

 

0 Likes

Editing a floor: How to delete an existing internal SlabShapeVertex

When editing a floor I need to delete a single internal SlabShapeVertex, but the SlabShapeEditor does not supply any method for deleting a single existing vertex.

SlabShapeEditor contains methods like DrawPoint, ModifySubElement and ResetSlabShape but no such method as DeletePoint or DeleteVertex.

 

Any ideas on how to solve this task?

 

Regards

Jan Grenov

 

 

 

9 REPLIES 9
Message 2 of 10
jeremytammik
in reply to: Anonymous

jeremytammik
Autodesk
Autodesk

Dear Jan,

 

Is it possible manually in the user interface?

 

If not, the API will probably not support it either.

 

Cheers,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes

Dear Jan,

 

Is it possible manually in the user interface?

 

If not, the API will probably not support it either.

 

Cheers,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

Message 3 of 10
Anonymous
in reply to: jeremytammik

Anonymous
Not applicable

Hi Jeremy

Thanks for your reply

 

Actually you can delete an internal vertex using the user interface.

1. Mark the floor

2. Click Modily Sub Elements

3. Klick on the vertex (Sub Element)

4. Press Delete on the keyboard

 

That is why I wondered why the same task seems to be impossible using the API

 

Cheers

Jan

 

 

0 Likes

Hi Jeremy

Thanks for your reply

 

Actually you can delete an internal vertex using the user interface.

1. Mark the floor

2. Click Modily Sub Elements

3. Klick on the vertex (Sub Element)

4. Press Delete on the keyboard

 

That is why I wondered why the same task seems to be impossible using the API

 

Cheers

Jan

 

 

Message 4 of 10
jeremytammik
in reply to: Anonymous

jeremytammik
Autodesk
Autodesk
Accepted solution

Dear Jan,

 

Thank you for your update and request.

 

I am sorry to say that afaik there is currently no API access to this functionality.

 

I submitted the wish list item REVIT-94731 [API wish: delete SlabShapeVertex] on your behalf for the functionality you suggest, as this issue requires exploration and possibly a modification to our software. Please make a note of this number for future reference.

 

You are welcome to request an update on the status of this issue or to provide us with additional information at any time quoting this wish list item number.

 

This issue is important to me. What can I do to help?

 

This issue needs to be assessed by our engineering team, and prioritised against all of the other outstanding change requests. Any information that you can provide to influence this assessment will help. Please provide the following where possible:

 

  • Impact on your application and/or your development.
  • The number of users affected.
  • The potential revenue impact to you.
  • The potential revenue impact to Autodesk.
  • Realistic timescale over which a fix would help you.
  • In the case of a request for a new feature or a feature enhancement, please also provide detailed Use cases for the workflows that this change would address.

 

This information is extremely important. Our engineering team have limited resources, and so must focus their efforts on the highest impact items. We do understand that this will cause you delays and affect your development planning, and we appreciate your cooperation and patience.

 

I hope this helps.

 

Best regards,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

Dear Jan,

 

Thank you for your update and request.

 

I am sorry to say that afaik there is currently no API access to this functionality.

 

I submitted the wish list item REVIT-94731 [API wish: delete SlabShapeVertex] on your behalf for the functionality you suggest, as this issue requires exploration and possibly a modification to our software. Please make a note of this number for future reference.

 

You are welcome to request an update on the status of this issue or to provide us with additional information at any time quoting this wish list item number.

 

This issue is important to me. What can I do to help?

 

This issue needs to be assessed by our engineering team, and prioritised against all of the other outstanding change requests. Any information that you can provide to influence this assessment will help. Please provide the following where possible:

 

  • Impact on your application and/or your development.
  • The number of users affected.
  • The potential revenue impact to you.
  • The potential revenue impact to Autodesk.
  • Realistic timescale over which a fix would help you.
  • In the case of a request for a new feature or a feature enhancement, please also provide detailed Use cases for the workflows that this change would address.

 

This information is extremely important. Our engineering team have limited resources, and so must focus their efforts on the highest impact items. We do understand that this will cause you delays and affect your development planning, and we appreciate your cooperation and patience.

 

I hope this helps.

 

Best regards,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

Message 5 of 10
Anonymous
in reply to: jeremytammik

Anonymous
Not applicable

Hi Jeremy

Great if this functionality could be added in the future. As a workaround I also looked for (but did not find) a method to change existing internal FloorSlabVertices XYZ values. So now I am stuck.

Answers to your questions ...

  • The number of users affected:
    Not quite sure. My customer is an international architecture company but i do not know the exact number of Revit users, that potentially would use the functionality that we wanted to develop.
  • The potential revenue impact to you:
    To me ... None
    To my cusomer ... some impact because they will need to accept a less satisfactory solution or change (if possible) their work processes in order to solve the task and keep the quality of the BIM information carried by the Floor object.
  • The potential revenue impact to Autodesk.
    ...
  • Realistic timescale over which a fix would help you.
    Asap

 

Cheers

Jan

0 Likes

Hi Jeremy

Great if this functionality could be added in the future. As a workaround I also looked for (but did not find) a method to change existing internal FloorSlabVertices XYZ values. So now I am stuck.

Answers to your questions ...

  • The number of users affected:
    Not quite sure. My customer is an international architecture company but i do not know the exact number of Revit users, that potentially would use the functionality that we wanted to develop.
  • The potential revenue impact to you:
    To me ... None
    To my cusomer ... some impact because they will need to accept a less satisfactory solution or change (if possible) their work processes in order to solve the task and keep the quality of the BIM information carried by the Floor object.
  • The potential revenue impact to Autodesk.
    ...
  • Realistic timescale over which a fix would help you.
    Asap

 

Cheers

Jan

Message 6 of 10
jeremytammik
in reply to: Anonymous

jeremytammik
Autodesk
Autodesk

Dear Jan,

 

Thank you for your update and business case, which I added to the development database entry REVIT-94731 [API wish: delete SlabShapeVertex -- 11963312].

 

Best regards,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes

Dear Jan,

 

Thank you for your update and business case, which I added to the development database entry REVIT-94731 [API wish: delete SlabShapeVertex -- 11963312].

 

Best regards,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

Message 7 of 10
jeremytammik
in reply to: Anonymous

jeremytammik
Autodesk
Autodesk
Accepted solution

Dear Jan,

 

Thank you again for raising this.

 

The development team reply: "Would be a good enhancement. Closing as Code Fix Needed, then I will add it it to customer feedback requests."

 

The database entry REVIT-94731 [API wish: delete SlabShapeVertex -- 11963312] has been closed and a new issue opened for adding this functionality to the next major release of Revit.

 

Best regards,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

Dear Jan,

 

Thank you again for raising this.

 

The development team reply: "Would be a good enhancement. Closing as Code Fix Needed, then I will add it it to customer feedback requests."

 

The database entry REVIT-94731 [API wish: delete SlabShapeVertex -- 11963312] has been closed and a new issue opened for adding this functionality to the next major release of Revit.

 

Best regards,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

Message 8 of 10
Anonymous
in reply to: Anonymous

Anonymous
Not applicable

Has anything changed since 2016? Is there a function to remove points?

0 Likes

Has anything changed since 2016? Is there a function to remove points?

Message 9 of 10
jeremy_tammik
in reply to: Anonymous

jeremy_tammik
Autodesk
Autodesk

Dear Oksana,

 

Thank you again for raising this again.

 

As mentioned above, the development team closed the ticket REVIT-94731 [API wish: delete SlabShapeVertex -- 11963312] as 'code fix needed' and raised a new wish list entry in the ticket CF-4609 [API wish: delete SlabShapeVertex -- 11963312] for this functionality.

 

I added your new query to that.

 

To raise its priority further, you might want to check the Revit Idea Station for an existing entry and vote for it, or add a new one.

 

Whenever you require new or enhanced functionality, the Revit Idea Station is the place to go.

 

Please search there for a corresponding wish list entry for the suggested functionality and add your comments to it, or create a new one, if none already exists:

 

https://forums.autodesk.com/t5/revit-ideas/idb-p/302

 

Tag it as an API wish:

 

https://forums.autodesk.com/t5/revit-ideas/idb-p/302/tab/most-recent/label-name/api

 

Ensure it gets as many votes as possible to underline its importance to you and the rest of the developer community.

 

The Revit Idea Station is currently one of the main driving input forces for Revit API enhancements.

 

The Revit development team look there. Your comment here in the discussion forum might be overlooked.

 

Thank you!

 

Best regards,

 

Jeremy

 

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes

Dear Oksana,

 

Thank you again for raising this again.

 

As mentioned above, the development team closed the ticket REVIT-94731 [API wish: delete SlabShapeVertex -- 11963312] as 'code fix needed' and raised a new wish list entry in the ticket CF-4609 [API wish: delete SlabShapeVertex -- 11963312] for this functionality.

 

I added your new query to that.

 

To raise its priority further, you might want to check the Revit Idea Station for an existing entry and vote for it, or add a new one.

 

Whenever you require new or enhanced functionality, the Revit Idea Station is the place to go.

 

Please search there for a corresponding wish list entry for the suggested functionality and add your comments to it, or create a new one, if none already exists:

 

https://forums.autodesk.com/t5/revit-ideas/idb-p/302

 

Tag it as an API wish:

 

https://forums.autodesk.com/t5/revit-ideas/idb-p/302/tab/most-recent/label-name/api

 

Ensure it gets as many votes as possible to underline its importance to you and the rest of the developer community.

 

The Revit Idea Station is currently one of the main driving input forces for Revit API enhancements.

 

The Revit development team look there. Your comment here in the discussion forum might be overlooked.

 

Thank you!

 

Best regards,

 

Jeremy

 

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
Message 10 of 10
pavelkosykh88
in reply to: Anonymous

pavelkosykh88
Contributor
Contributor

Hi, there.

Does anybody know what's the status of the problem now?

I've checked "Revit Idea Station", but haven't found anything relevant to deleting SlabShapeVertex

0 Likes

Hi, there.

Does anybody know what's the status of the problem now?

I've checked "Revit Idea Station", but haven't found anything relevant to deleting SlabShapeVertex

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report