We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The function GetLine has the following signature:
GetLine
IfcAPI.GetLine( modelID: number, expressID: number, flatten?: boolean | undefined, inverse?: boolean | undefined, inversePropKey?: string | null | undefined ): any
Using flatten=true fails with some models. Here's a list (it's probably the same problem in all of them):
flatten=true
With this model:
GetLine(0, 39445, true) // fails
GetLine(0, 346854, true) // fails GetLine(0, 333704, true) // fails
GetLine(0, 333704, true) // fails GetLine(0, 337717, true) // fails
0.0.57
Chrome
No response
The text was updated successfully, but these errors were encountered:
beachtom
No branches or pull requests
What happened?
The function
GetLine
has the following signature:Using
flatten=true
fails with some models. Here's a list (it's probably the same problem in all of them):With this model:
With this model:
With this model:
Version
0.0.57
What browsers are you seeing the problem on?
Chrome
Relevant log output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: