07-30-2015
10:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-30-2015
10:56 AM
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)