Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations SDETERS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Bonde78

  1. Bonde78

    Flat pattern

    It was because the NX update was not 10.2.11, as the earlier updates does not work properly with Flatpattern.
  2. Bonde78

    Flat pattern

    Hello Tomas I tried but I just get a warning that the Flat pattern drawing is not up to date. But it works if I delete the sub assemblies I have. Also it works perfectly if I do it in NX 12 but not in NX 11.
  3. Bonde78

    Flat pattern

    As a view in the drawing sheet. I have choosen the flat pattern view, but does not show anything.
  4. Bonde78

    Flat pattern

    Thank you for explaning this. Bur I still have a problem with the flat pattern not showing.
  5. Bonde78

    Flat pattern

    Hello Everyone When I try to make a drawing of my flat pattern it would not show the flat pattern, only when I delete all of my sub assemblies. I tried to make a random part as sub assembly, but does not work as long as there is any sub assemblies. I have made a master drawing but when I try to...
  6. Bonde78

    UDF name filter

    Hello everyone I am making a KF checker, which should find specific names, such as finding a UDF with the name 9. The code right now looks like this, does anyone know how to do this? $feats << mqc_askFeaturesByType( "SKETCH" ); $browseable_features << mqc_askBrowseableFeatures(...
  7. Bonde78

    Filter out UDF in checker

    Do anyone know how to restrict the mqc_askSketchConstrainStatus2() to only look at layers from 1-199? Have tried to do it with: $sketch_tag << mqc_askEntities( sketch); $old_sketches << mqc_sort_entities_by_layer( $sketch_tag, 1-199 ); and ( List Parameter ) filter: {}...
  8. Bonde78

    Filter out UDF in checker

    Hello everyone How it is possible to filter out UDF in for examble the checker, that checks if a drawing is fully constrained, when making a custom checker in NX 11. Thank you
  9. Bonde78

    Checkmate

    Thank you for your answer!
  10. Bonde78

    Checkmate

    But do anyone know why, when using mqc_askFeaturesByType("FACE_BLEND"), with the mqc_askBlendRadius() the face blend would give me a value of -1 in the radius, but with the edge blend it gives me the right value of the radius.
  11. Bonde78

    Checkmate

    The answer that i found is: $feats << mqc_askFeaturesByType( "BLEND" )+mqc_askFeaturesByType("FACE_BLEND" );
  12. Bonde78

    Checkmate customization

    The answer that is found to anyothers who wants to know is: If ( -Member( log_type:, { 1, 2, 3 } ) ) Then ug_mqc_empty_param_warning( ) Else @{ $usr_msg << If ( "" = log_msg: ) Then "" Else log_msg: + "~n" ; $part_unit << ug_askPartUnits( "" ); $check_ble...
  13. Bonde78

    Checkmate

    Hello all Is it possible to insert two features in the mqc_askFeaturesByType code? As for example blend and a face blend, as they both are blend types.
  14. Bonde78

    Checkmate customization

    The code now passes the test as long as there is one blend radius under the first_input, but I want to know what blend radiuses that do not pass the test (which ones that is over the first_input if there is any). How do you do this? I know you can use != to find everthing that is not equal to...
  15. Bonde78

    Checkmate customization

    Thank you so much!!

Part and Inventory Search