All,
With risk of rolling eyes on “I looked here and there and couldn’t find…”, I have to ask…
What is VBA code to replace few characters in string with another? Search for BOB, replace with SAM after “Set drawingText1 = drawingTexts1.Item(i)”. Ex: “I am BOB, ey?” to “I am SAM, ey?”
I haven’t...
Sidetrack,
As solid7 said, DL1 is NOT for sheetmetal.
As jack said, it is good APPROXIMATION. For simpler shapes in particular. It is fair approximation for more complex shapes, especially if you do not care abut wrapping factors. Useful tool, but it is for approximation only; can’t relay on it...
'Example:
'The following example inserts a drawing picture from a given picture file path The MyView is the active view in the active drawing sheet
Dim MySheet As DrawingSheet
Set MySheet = CATIA.ActiveDocument.Sheets.ActiveSheet
Dim MyView As DrawingView
Set MyView =...
Hello,
I have to flatten/develop/unfold hundreds of surfaces (coming from parts). They are mostly complex, even when they appear to be ruled they are not necessary that.
I have read here that V5 “unfold” will give me hard time, never tried. On bright side I deal with pretty wide tolerances...