Solidworks standard createFeature and FeatureFillPattern ?

Hello,

I have a problem using the Solidworks api create feature function. I am trying to apply a "fill pattern" on a basic part. When I select the cut seed feature I put hexagonal elements with 3 sides and a hexagonal pattern of 6 sides. What I expected after recording the macro is to find "swFeatData.CreateSeedCutPolygonSides = 3" and "swFeatData.PatternLayoutPolygonSides = 6" but I ended up with both of them equal to 6 as shown in the image below. The problem is even if I delete the feature and rerun the macro, it will always yield 6-6 regardless of what values I change the data to.

I tried even with the FeatureFillPattern instead as defined in http://help.solidworks.com/2017/english/api/sldworksapi/SolidWorks.Interop.sldworks~SolidWorks.Interop.sldworks.IFeatureManager~FeatureFillPattern.html    with the same exact order of the arguments but the PATTERN SIDES seem to always apply for both the PATTERN and the CUT SEEDS... 

Did someone else experience the same problem?

 


1forum.png
2forum.png
4forum.png
3forum.png