Join our CAD community forums where over 25,000 users interact to solve day to day problems and share ideas. We encourage you to visit, invite you to participate and look forward to your input and opinions. Acrobat 3D, AutoCAD, Catia, Inventor, IronCAD, Creo, Pro/ENGINEER, Solid Edge, SolidWorks, and others.
Is anybody know where can I find the Knowledge Fusion Tutorial from? I would like to use this for updating my part automatically in UG when any parameter is changed. THanks.
You can download knowledge fusion study material from below login http://www.scribd.com/doc/6539345/Knowledge-Fusion ,but u need customized file to work out sample Exercise’s. you can learn basics from this material
Material name: UG/ Knowledge Fusion for Designers
Version : V18
By using knowledge fusion you can't change parameters directly, but you can make it through ug_expression
Just i created one sample program for your reference
in that program i created 4 lines instant of doing "ug_curve_intersection" and "ug_curve_join" to make it simple, instant of doing bounded plane i made extrude and extracted faces from the Feature, Because i understand through your dfa code&mail , that you need to know how to find area of a surface. Please go through the below code
in the file
Attribute ‘value’ i used to assign value for line and ug_feature_askFaces Function used to extract face from the body, and ug_face_askArea Function used to find the area of the required face
In the attribute “Area” you can find Area of the Given Face (in give program i taken 6th Face)
I hope It's sufficient to clear your drought . If any dought Please Revert Back, If you know any vacant Regarding unigraphics Knowledge fusion please Forward it to my mail ID.
Hello friends, I apologize in advance for my English. Please help us to understand the syntax in KF. Trying to make sweeping using class nx_swept on previously created lines. dfa-file being tested for syntax, but when I run nothing built. Who knows what is my fault? The code is given below. I would be extremely grateful if somebody will share examples of operating codes for nx-classes in particular on nx_extrude. (Child) stenka: {
Class, nx_swept;
Section_list,forward,line_1:;
Guide_list,forward,line_9:;
Spine_Tolerances,{0.00095,0.001,0.01};
Scaling_Method_Scale_Option,Costant;
Orientation_Method_Orientation_Option,fixed;
Orientation_Method_Align_type,Parameter;
Interpolation_Option,None;
Body_Preference_Body_Type,solid;
Preserve_Shape_Option,True;
Suppressed,False;
Section_Location,anywhere_along_guides;
};
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.