Message 1 of 2
using ilogic to place content centre parts into active doc (NOT ThisAssembly)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to place some content centre components into an assembly that the rule is NOT in. So instead of "This Assembly.Geometry.Point" I need something like "ActiveAssembly.Geometry.Point." Is there such a thing?
pos = ThisAssembly.Geometry.Point(x, y, z) Dim componentA = Components.AddContentCenterPart("Shoulder Screw:" & i, "Fasteners", "Automotion Components Shoulder Screw", ShoulderScrewName, pos, grounded := True, visible := True, appearance := Nothing)
Thanks in Advance!