- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Without code i'd simply edit the 3D sketch part and update the overall dimensions. return back to the assembly. and use the rebuild all button in the manage tab. the frame generated assembly would then rebuild and suit the 3D sketch modifications.
in theory i'd like to use the form for dimension changes to the 3D sketch then when i use the set parameters button on the form it updates the sketch and rebuilds the frame generated parts to suit the 3D sketch dimensions.
i know i need:
ThisDoc.Document.Rebuild()
and maybe i need this code?
If Suppress="Yes" Then
Component.IsActive("Part_name")=True
ElseIf Suppress="No" Then
Component.IsActive("Part_name")=False End If
but i can't work out how to implement it in the set parameters code i have shared before