Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  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!!
  16. Bonde78

    Checkmate customization

    Here is the DFA code: #! NX/KF 3.0 # DefClass: %mqc_check_blend1 ( %ug_base_checker ); ( String ) %test_category: "Modeling.Features"; ( String ) %displayed_name: "Blend1"; ( Boolean Parameter ) Disabled?: False; ( Boolean ) save_log_in_part: True; # Attributes for...
  17. Bonde78

    Checkmate customization

    I only have the Author license
  18. Bonde78

    Checkmate customization

    Thank you for your answer! I get the error message from the Log file in NX: &MACRO CUSTOM HEADER 25 "UGTL_macro" 0 &MACRO CUSTOM 25 MCT * TL_EXPAND * (4) * 1 ! Modeling &MACRO CUSTOM 25 MCT * TL_EXPAND * (4 1) * 1 ! Features &MACRO CUSTOM 25 MCT * TL_PICKED_ITEM * (4 1 1) * 0 ! Blend &MACRO...
  19. Bonde78

    Checkmate customization

    Thank you for you're answer! Helped with the problem at hand. The mqc_askBlendRadius() but needs a integer, which integer can be used? becuase the one i used before does not work. Regards Christian
  20. Bonde78

    Checkmate customization

    Hello all I cannot find a way to make two inputs so first_input finds every blend less than the number put in and the second_input finds the every blend greater than the number put in. Does anyone know how to do this? The code looks like: If ( ( first_input: < 0.0 ) ) Then @{...

Part and Inventory Search