Quantcast
Channel: Manufacturing DevBlog
Viewing all articles
Browse latest Browse all 532

Use Thickness from Rule

$
0
0

By Adam Nagy

You can find many settings in the Sheet Metal Defaults dialog, including Use Thickness from Rule.

UseThickness
This can be controlled from the SheetMetalComponentDefinition object's UseSheetMetalStyleThickness property. Here is a VBA sample:

Sub ChangeUseThicknessFromRule()
  Dim doc As PartDocument
  Set doc = ThisApplication.ActiveDocument
  Dim cd As SheetMetalComponentDefinition
  Set cd = doc.ComponentDefinition
  cd.UseSheetMetalStyleThickness = False
End Sub

 


Viewing all articles
Browse latest Browse all 532

Latest Images

Trending Articles



Latest Images