Message 1 of 6

Not applicable
11-27-2019
06:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When it comes to modifying things, instead of creating them new, I find it very hard to find information or examples.
I'm trying to redefine an offset construction plane but I'm not getting it...
This was my "best bet" but I get an error: "ConstructionPlaneOffsetDefinition_redefine', argument 2 of type 'adsk::core::Ptr< adsk::core:ValueInput > const &'
What am I missing or doing wrong?
xzPlane = rootComp.xZConstructionPlane planeLeftEyeOP = rootComp.constructionPlanes.itemByName('Plane_LeftEyeOP') planeDefinition = planeLeftEyeOP.definition planeDefinition.redefine(newOffsetValue, xzPlane)
Solved! Go to Solution.