Replies: 1 comment 9 replies
-
Yeah you can't subtract from a tuple (but you can add to it).
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to write an alignment api function that adds vertical alignments to an existing alignment. When a second vertical alignment is added the IFC changes from CT 4.1.4.4.1.1 to CT 4.1.4.4.1.2.
My question is, how do I disconnect the IfcAlignmentVertical from the IfcRelNests in CT 4.1.4.4.1.1 so I can move it to the IfcRelNests for the child alignment in CT 4.1.4.4.1.2?
Here is what I'm trying
Beta Was this translation helpful? Give feedback.
All reactions