hexagon logo

feature set question

if you take a plane then a cylinder then a plane, then a cylinder. then you make a feature set out the 4 feature and take them in order you took the feature set. so plane cylinder plane cylinder. then make a profile of the feature set why is it giving you bad results. However if you create the feature set as plane plane then cylinder cylnder it will give you correct or at least better results? 

Parents Reply
  • A screenshot won't be much use, I wanted to check to see whether it was using the hits or the feature centroids.  Make sure the feature references in the SET command include the hit syntax...

    SCN1 =FEAT/SET,CARTESIAN
    THEO/<41.378,30.09,0>,<0,0,1>
    ACTL/<44.984,29.359,-0.001>,<0,0,1>
    CONSTR/SET,BASIC,PLN1.HIT[1..PLN1.NUMHITS],CYL1.HIT[1..CYL1.NUMHITS],,

    Rather than just...

    SCN1 =FEAT/SET,CARTESIAN
    THEO/<41.378,30.09,0>,<0,0,1>
    ACTL/<44.984,29.359,-0.001>,<0,0,1>
    CONSTR/SET,BASIC,PLN1,CYL1,,

Children