How to Create One Plugin for Browse .STP File and Select Object , Mesh , Delete Polysurface and Add Mesh Vertices using C # programming

Hi Dear Forum Members,

I have requirement like: I need to create One Plugin for Browse .STP File and Select Object , Mesh , Delete Polysurface and Add Mesh Vertices using C # programming.

Is it possible to create in one Plugin…?

Could please anyone help me on this.

Quick response will be appreciative.

Regards,
Vinod Kumar

Hi @vinodkanna8,

Do you want to browse inside the STP file? If so, you’ll need to start here.

http://www.steptools.com/

– Dale

Hi Dale,

Good day!

Thank you for your response.

Not inside the STP File. I need to Import .STP file into Rhino and Apply Mesh, Delete Polysurface,Add mesh vertices to the Object.

I want to write a Single C# code for all these commands.

if user select that command all operations should be applied to the object in Single Click.

Hope you understand my requirement and query.

Please help me on this.

Thanks In Advance.

Regards,
Vinod Kumar

Hi @vinodkanna8,

Everything you’ve described should be possible with a plug-in.

– Dale