Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
fsdolphin
in reply to: fsdolphin

I found the BendRadius property in the API but I don't know how to use it.

Dim oPartDoc As PartDocument = ThisApplication.ActiveDocument

Dim oCompDef As SheetMetalComponentDefinition = oPartDoc.ComponentDefinitions.Item(1)
Dim oBendCount As String = oCompDef.Bends.Count

Dim oBendRadius As Parameter = oCompDef.BendRadius

MessageBox.Show("Bend Total: " & oBendCount)

MessageBox.Show(oBendRadius)