In Python, how to Turn on and off the option of “Use targets on the same side as the subassembly” in corridor target mapping dialog for width and offset target (Civil 3D)?
I looked through the documentation, but I couldn’t find anything to do that.
Looks like you’d need to develop your own function to replicate the behavior desired. There might be something exposed in the COM api but that’s also a challenge as there’s no formal documentation for it online.
The other issue is that the AppliedSubassembly class doesn’t have a property exposing what side of the baseline it is on. So you’d either have to include something like “Lt” or “Rt” in the name of the Subassembly or get the Side property from the Subassembly in the Assembly object. A naming convention for the Subassembly is probably a safer option.
Hello fellow scripters,
Can anyone give an update as to whether the above is available now with dynamo, or. Net api?
I am working on junction automation and most functionality seems to be OK apart from having to manually go through multiple junctions and turn off the above check box to get the targeting to work properly.