Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

importing a stl file

  • Thread starter Thread starter simo
  • Start date Start date
Status
Not open for further replies.
S

simo

Guest
how can I manipolate (make hole, cut and so on) a .prt file generated from a STL file?

thanks

Simo
 
Simo:



There is no way to manipulate a .stl file because Pro does not see it as a solid instead a bunch of small faceted surfaces. Is there any way you can get an .igs or .stp file? You can import these into a part and hack them up any way you like.



Mike
 
thanks Mike! but I have got only a .stl file.

bye

Simo
 
Generally STL files cannot be edited in normal CAD softwares But there are some special softwares that can give u the functionality to edit the stl and add some features.

Almost all reverse engineering softwares have the capablity to handle stl data.
 
hello



try this

if you have a pro/assembly licence, try to create a new part, use the data sharing option and copy surfaces (independed or not) from the *.stl file.

then try to merge>join these surfaces and after that create a solid using the use quilt command.

As a result you have a native proe file



hope this helps

xcad
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top