question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug(dynamo): Axes of this plane are parallel!

See original GitHub issue

Description

I sent couple blocks from Autocad. When i try to receive the commit containing these blocks, I get the following error👇:

Warning: Could not create Plane! The desired axes of this plane are parallel!

image

Expected Behaviour

Receive blocks in Dynamo without getting any error.

Steps to reproduce

  1. Open the HEB-Lighting Blocks.dwg file attached. (Go to Step 3 to skip sending from Autocad)
  2. Select the layer containing lighting elements in the drawing and send them to Speckleverse.
  3. Open Dynamo and copy URL of the commit containing the blocks sent. (Or you can use [this commit](https://speckle.xyz/streams/f0532359ac/commits/ede29d6a0b))
  4. Use Receive node to receive that commit.

Streams/Commits Used

https://speckle.xyz/streams/f0532359ac/commits/ede29d6a0b

Files Used

https://drive.google.com/open?id=14aWOSTxtv8hszwwKZ2lWiyr3HpKuCrxJ&authuser=bilal%40speckle.systems&usp=drive_fs

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
AlanRynnecommented, Oct 21, 2022

We’ve determined that this may be an issue with Transform conventions that has remained undetected until now, or an issue with the GetInsertionPlane() function, which is the one used when calling Plane.insertionPoint.

Since this is a new edge-case that needs to be covered, not a newly introduced bug (@bimgeek correct me if I’m wrong 🙌🏼), @clairekuang and I have decided to push this fix to 2.10, as it is not a blocker for the 2.9 release.

1reaction
AlanRynnecommented, Oct 17, 2022

As a side thought @bimgeek, could you confirm this ACAD blocks are converted correctly in Rhino/Sketchup?

Just looking for confirmation that these blocks are not inherently broken due to the plane coords

Read more comments on GitHub >

github_iconTop Results From Across the Web

Arc.ByStartPointEndPointStartTangent fails using a ...
The desired axes of this plane are parallel. However, it seems this error is caused by a tolerance issue. As the vector is...
Read more >
Geometry does not intersect
Hi, Does anyone knows why the first planes do not intersect the polysurface, while they evidently do? I'm testing at the RAC Sample....
Read more >
Planes Issue - Bug? - Grasshopper - McNeel Forum
You want a totally defined plane. So, build it with the “Construct Plane” component, where you have to input an origin, an X-axis...
Read more >
Adaptive points element gets slanted
I could place the family via dynamo inside the project with no 'error' problems, but then another thing came out: The family was...
Read more >
Happy New Tier… - Having fun with Programming and BIM
Creates a Plane at a particular Parameter on a Line Segment that is perpendicular to the Line. This is with respect to the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found