ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
JBJordan Brehm25/06/2024

Any ideas why I cannot get the bend lines to show up with this macro? Ive tried using +, and in the line with sheet metal options (sheetMetalOptions = Geometry & BendLines) to no avail. Limited experience with macros, any help is greatly appreciated.

Enum SheetMetalOptions_e
   None = 0
   Geometry = 1
   HiddenEdges = 2
   BendLines = 4
   Sketches = 8
   CoplanarFaces = 16
   LibraryFeatures = 32
   FormingTools = 64
BoundingBox