CreateViaThicken Curve loop

CreateViaThicken Curve loop

prgmdl
Contributor Contributor
241 Views
2 Replies
Message 1 of 3

CreateViaThicken Curve loop

prgmdl
Contributor
Contributor

Hi,

 

I am having an issue using CurveLoop.CreateViaThicken(curveLoop, thickness, normal) if the curveLoop contains an arc it throws an exception the input curve could not be thickened. Is there a way to use this if the curveLoop contains both line and arc?

0 Likes
242 Views
2 Replies
Replies (2)
Message 2 of 3

rcrdzmmrmnn
Advocate
Advocate

From the documentation:
If the curve loop contains curves such as elliptical segments or splines, it is possible the offset creation will fail if Revit will not be able to trim contiguous curves to meet one another. If the offset is successful, offsets of those curve types will be created as HermiteSplines.

This may be your case.

Message 3 of 3

prgmdl
Contributor
Contributor

Hi,

 

Here are some examples. Both curve loops just contains a line and an arc but it seems to not work here.

prgmdl_0-1744691830778.png

 

0 Likes