DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
328 stars 184 forks source link

Curve.ExtrudeAsSolid(curve, direction) not working as intended #3055

Open brunovalads opened 3 months ago

brunovalads commented 3 months ago

Dynamo Version

2.19.3

Revit Version

2024.2 (24.2.0.63)

Operating System

Windows 11

What did you do?

I tried using Curve.ExtrudeAsSolid(cruve, direction) in a python script node.

What did you expect to see?

It should use the length of the vector passed as the extrusion length.

What did you see instead?

But it's not, the result differs from the node version of the function.

Stacktrace/logs

No response

Details

image