Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Can Anyone rewrite this code to add a copy of the component into the assembly Please.
'Place Steel channel Dim Steel_Deck_Pos = ThisAssembly.Geometry.Matrix(0, 0, -1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1) Dim Steel_Deck = Components.Add("_Steel Deck", "Steel Deck.ipt", position := Steel_Deck_Pos, grounded := True)
Solved! Go to Solution.