- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to programmatically create tabs for a 2D Contour. I haven't found any advice in the documentation as to how to go about this.
I started with this;
operation.parameters.itemByName('group_tabs').value.value = True
operation.parameters.itemByName('tabPositions').value.value = [point3d, point3d, point3d, point3d]
The first line works, but I can't find the proper format for the second line. Everything I've tried gives me a generic "parameter error".
I have Point3D's available that are guaranteed to be on the Profile that is the source of the chain inputGeometry.
I know this is not a full example, but does someone know what type of value is expected by this parameter? If I use the UI to select points, it lets me select any random point and the Select field shows that I selected a Point. That would indicate to me the tabPositions parameter is expecting a list of points.
Thanks,
Bill
Solved! Go to Solution.