transform pipes into lines
transform pipes into lines
(OP)
i want to know if anyone can help me, i have a CATpart of a pipe, and the sketch of how it was made is not there, and i want to know if there is a way to transform the pipe into a center line. thankyou for your time and answers





RE: transform pipes into lines
RE: transform pipes into lines
You can take a look first at this thread, then you can think how to improve....
Regards
Fernando
https://picasaweb.google.com/102257836106335725208
https://picasaweb.google.com/103462806772634246699...
RE: transform pipes into lines
RE: transform pipes into lines
Regards
Fernando
https://picasaweb.google.com/102257836106335725208
https://picasaweb.google.com/103462806772634246699...
RE: transform pipes into lines
RE: transform pipes into lines
Regards
Fernando
https://picasaweb.google.com/102257836106335725208
https://picasaweb.google.com/103462806772634246699...
RE: transform pipes into lines
'Dim oPartDoc As Part
On Error Resume Next
Set oPartDoc = CATIA.ActiveDocument.Part
If Err.Number <> 0 Then
Message = MsgBox("Sorry, This script works with a CATPart as Active document, so please open CATPart in a new window", vbCritical, "Error")
Exit Sub
End If
'Dim productDocument1 As ProductDocument
Set productDocument1 = CATIA.ActiveDocument
'Dim documents1 As Documents
Set documents1 = CATIA.Documents
'Dim partDocument1 As PartDocument
Set partDocument1 = documents1.Item(1)
Set oPart = CATIA.ActiveDocument.Part
'Dim objSel As Selection
Set objSel = CATIA.ActiveDocument.Selection
objSel.Search ("Type=Edge,Selection_BorderREdge")
objcount = objSel.Count
msgbox objCount
RE: transform pipes into lines
A pipe with part workbench can be created also with a power copy if you have the points and know the bend radius...I done such a tutorial and power copy, I believe you can find it now on different websites on Internet (see for example http://www.scribd.com/doc/71474549/Power-Copy-Way-...).
Regards
Fernando
https://picasaweb.google.com/102257836106335725208
https://picasaweb.google.com/103462806772634246699...
RE: transform pipes into lines
RE: transform pipes into lines
RE: transform pipes into lines
RE: transform pipes into lines
By the way, a sample is a sample, not a real part from your design...
Regards
Fernando
https://picasaweb.google.com/102257836106335725208
https://picasaweb.google.com/103462806772634246699...
RE: transform pipes into lines
RE: transform pipes into lines
indocti discant et ament meminisse periti
RE: transform pipes into lines
Regards
Fernando
https://picasaweb.google.com/102257836106335725208
https://picasaweb.google.com/103462806772634246699...
RE: transform pipes into lines