[ Fixed ] [ Bug ] Draft_PointArray and Draft_TwistedArray: Count problems

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Roy_043
Veteran
Posts: 8540
Joined: Thu Dec 27, 2018 12:28 pm

[ Fixed ] [ Bug ] Draft_PointArray and Draft_TwistedArray: Count problems

Post by Roy_043 »

This is FYI I am preparing a PR for this problem.

Draft_PointArray and Draft_TwistedArray have Count problems
  1. Draft_PointArray: Count is always zero.
  2. Draft_PathTwistedArray: Number of items is Count+1.
  3. Draft_PathTwistedLinkArray: Count is increased whenever object is recomputed.
I also think that the first item in a twisted array should be unrotated.
Attachments
array-count-problems.FCStd
(19.68 KiB) Downloaded 26 times
Last edited by Roy_043 on Wed Aug 18, 2021 8:03 am, edited 1 time in total.
User avatar
Roy_043
Veteran
Posts: 8540
Joined: Thu Dec 27, 2018 12:28 pm

Re: [ Fixed ] [ Bug ] Draft_PointArray and Draft_TwistedArray: Count problems

Post by Roy_043 »

Merged.
Post Reply