Recently active
I need the procedure to apply the moment load to this shaft. I cannot find anything on how to do this. I even tried two different AI website to try to find an answer. Neither site gave me an answer. What features? How applied?
I am using the Creo Parametric 5.0.0.0I am using the ProTK Toolkit APIS to get the information from the model.I have a PVZ model where it looks like this model has facets data and no surfaces in it.To get the geometry data from the surface we use ProSolidSurfaceVisit which gives a call back to user defined function with surface as argument. I am trying to get the Facet data by using the ProSolidFacetsetVisit API, I am getting the call into the call back function with the facets set information and app data information.Can anyone help me to get the geometry data out of this facets set,Its better if I get a sample code fetch the geometry data within the callback function from Facets. I have attached the sample model PVZ part file. Thanks and regards.
Hi All,I have a sheetmetal part that I want to mirror and keep the geometry dependant, but for the mirrored part to exclude the logo feature.Scenario:Part1_LH is the original part is a left hand configuration. This part has the company logo on it with a 'L' handing callout for the left hand configuration assembly etched in to the surface.. Part1_RH is the mirrored part and is a right hand configuration, but the company logo and the L callout is reversed. What I want is to mirror the part and keep it dependant and have the logo on the mirrored part in the correct orientation. Is there a way to exclude the logo and handing letter from the mirror part function so that I can add the logo and the 'R' handing callout onto the mirrored part? I know that I can convert the original part to a solid as a quilt, and mirror that part , then fill in the mirrored logo and re-apply the logo to the mirrored part but I want to keep the parts in sheet metal and dependant.
I am using Creo Parametric Release 5.0 and Datecode5.0.6.0 Software version: Creo 5.0.6.0, File-Preparation-Model Properties-Tools-Shrink, click Change, the menu manager cannot pop up, and it does not jump directly. How to deal with it? The rest of the changes are clickable.Here are the errors that I faced Unable to pop up menu manager---------------------------------------------------------Translated the text from Simplified Chinese to nglish using Google translate.Subject - 无法弹出菜单管理器Body - 软件版本:Creo 5.0.6.0,文件-准备-模型属性-工具-收缩,点击更改,无法弹出菜单管理器,直接不跳转,请问如何处理?其余的更改都可以点击。无法弹出菜单管理器。- By Community Moderation Team---------------------------------------------------------
Hey, I wanted to ask if anyone knows which settings increases the distance between automatic dimensions. I am trying to pick the ones I need but they are just stacked on each other. I was trying to search through drawing settings and test every config named "offset" or having some value but couldnt find anything working. Cleaning up dimensions working okay, but I need to be able pick them out first.
Hello, I have installed Creo 8 and choose to also install the c++ and java toolkit. When the installation is done, when I go to: C:\Program Files\PTC\Creo 8.0.1.0\Common Files\otk\otk_java, I dont have the library files, I have only the otk_java_examples ,which have all the example files. But for the c++ toolkit folder, C:\Program Files\PTC\Creo 8.0.1.0\Common Files\otk\otk_cpp, I have all the library file and code examples..Did I miss a step for the Java toolkit installation ?? Thank you
After downloading Creo 10 student per the directions given in the instruction PDF, I have continued to get the two errors in the image below. The 1st error says "Creo Agent did not initialize correctly. Please contact Technical Support if this issue persists." which is followed by "Creo Parametric Student Edition (for educational use only) is shutting down because it could not run the Quality Agent, which is required in this edition. If you call Technical Support about this problem, report error 0x06000012." I have tried deleting/redownloading Creo-10, as well as Creo-8. I tried looking through the Community forums, but no luck yet. I didn't have any initialization issues when I first downloaded Creo 8 a year ago, and I don't recall "disabling all firewall, anti-virus, and anti-spyware software" when I did that download. For this reason, this error feels either new in general, or might have something to do with me already having Creo 8 previously (even though Creo 8 is comple
Hello,I have a simulation including a stationary body and a moving body. There is a contact between them. I often see the warning: "Excessive displacement at contact region". A software suggests smaller time step but I can not reduce it. The full moving process is described with 100 step and the software does not allow to define more...1. What does it mean exactly the excessive displacement at the contact? Is the time step too large compared to distance between two mesh nodes? If I increase this distance (element size) - instead of time step reduction - is it correct?2. How can I define more steps under "User define output step"?Thanks a lot your help;Roland
How do I remove the errors Tool parameter TOOL_ROUGH_SPINDLE_RPM (used in relation): value undefined. and Tool parameter TOOL_ROUGH_AXIAL_DEPTH (used in relation): value undefined. I already do the following...1. In the Tool Manager I add spindle speed and feed and radial and radial depth.2. In the parameters I remove any relations with these variables.
Currently I have a contact model that consists of two separate bodies. One body is fully fixed and assigned a linear elastic material with steel properties. The second body rests on top of the first and has a fully defined elasto-plastic material. This was defined using developed test data. My problem comes when I am trying to enable "Plasticity" in the static analysis. The option is completely greyed out and unavailable. The material is both assigned to the model and to the correct body. Has this issue been reported previously or is there something I am missing? I have tried a variety of solutions such as assigning all bodies the same elasto-plastic material, suppressing features that could cause issues (grounded springs/Links). Neither solution yielded any results. Even when using the elasto-plastic material definition I receive the same error seen below. Note: EP is shorthand for elasto-plastic for my naming convention and the material it is referencing does have an EP ma
I am using Creo Parametric Release 6.0 and Datecode6.0.3.0Creo language in Italian languageThe italian language has been installed, I've tried with ENV=PRO_LANG=Italian both in the parametric.psf and Set in the system variabile but none of that id workingThank you
Dear friends, How to create new csys at "Top_assy.asm" , which same location and orientation of "A" csys, but it should be reference with "Main" csys, not "A" csys. PS: "A" csys & "Main" csys, reference handle already with me Thanks.
Hello, I want to generate a square Image of 1000x1000 pixel from Creo Rendering. Currently the images generated are in Rectangular format (500x1000).Also is there a way to change drawing window size width through config file ? Thanks in Advance…..
Hello, We have an application in Java to check, before saving a model in CREO, if a higher version of the model exists, preventing saving in case it exists. It works for the active model. But if the active model is an assembly, and if a component has been modified, when saving the assembly, it checks the assembly’s version, but doesn’t control the versions of the components. I would like to know how to control the components’ versions. This is what we use for the model: import com.ptc.pfc.pfcGlobal.pfcGlobal;import com.ptc.pfc.pfcModel.Model;import com.ptc.pfc.pfcSession.Session;Session curSession = pfcGlobal.GetProESession();Model model = curSession.GetCurrentModel(); Best regards,Amaia
Sombody had the same problem?When the PVZ is done, the straight cable segments not appear (curved cable segments appear),i tried to add this sentence into recipe: adapter/convCables=1; then, setting a master representation of the cable;then, giving a black color (in case of unwanted transparence);and creating a new layer adding the cable (created using "cabling" application) as show and later as isolate; in Creo all is ok...but, when the pvz is created only the straight cable sections are missing.Do you know why this could be happening? Regards (I using CREO 😎
Im trying to round the inner bottom edges of this tank. It has this small pipe leading out. When I apply round to it. It opens on either side of my pipe. How do I not have this? It doesnt show the holes in the preview but when I click accept it does. Im on creo 10.
I’m encountering a challenge where I need to filter out all assemblies with the exception of certain ones.Typically, I use the command "&asm.mbr.type != ASSEMBLY" to filter out assemblies, but now I need to modify this to exclude specific assemblies such as F902355, a5879, etc.Using Creo 8.
hello,i have a question: i have one big assembly assembled two times in another assembly. if i choose a MasterRep for one of the file in the first assembly there is no problem but if i add the second one in a group and do the same thing then the occupied memory goes up as if it were loading the whole assembly.have you had the same behaviour?thanks
I am using Creo Parametric Release 6.0 and Datecode6.0.4.0How to Export Creo part to Step files silently using command prompt window
Hi everyone, can anyone help me with SmartAssembly.I want to create a direction pattern of a component. Here's the code I wrote but it doesn't workand here is the error: thank you in advance
Hello! Is it strongly adviced to NOT make a drawing in Creo 9 of an assembly made in Catia v5? I'm making an component for a client. The component consists of two sheet metal plates that are cut and welded together and then applied a gasket. An assembly in Catia contains solids and surfaces that represent the plates and welding paths. I modeled the components in Catia v5 r28 and the customer uses Creo 9. Then I made a preliminary test of the question above by1. Export a stepfile of the assembly,2. Open step with creo and save the assembly and parts as creo asm and parts. 3. Open creo assembly and designate a top view and front view in the assembly. Create simplified representations of the assembly (cutting process of each plate, welding process, gasketing process) 4. Create a drawing and made a sheet for welding and a sheet for cutting of one plate with their respective simp representations. 5. Dimension the views. I put an outer dim
Dear all, I am running into the strangest problem: for some reason in Creo 8.0.5.0, when I double-click a dimension in the Sketcher, I cannot edit it any more. The text input appears but disappears instantly again. Only when I am very, very fast in entering a new number, I can edit the dimension. There is no apparent reason why this happens, it started all of a sudden. Running in win32_gdi-mode, and re-installing Creo did not help. Has this been seen before?
Would like bounding box size option within the analysis feature. Must have ability to create parameters for each of the 3 distances example: (height, width & length). Would be nice if it could tell the difference between if the geometry was rectangular or round. If round provide parameters diameter & length. The evaluation needs to be able to evaluate simplified rep of part and/or assembly. Use case: The parameters within the analysis could be used to establish bill of material parameters (part size for raw material purchases). Assembly level can be used to establish packaging size requirements.
Hello everyone, I am using schematics 7.0 as a ECAD and I have already an existing design where I would like to update datatables (picture 1) which are already in the central catalog. Also in the design I use a variable connector which is also in central catalog. At this connector I assigned default dataset (the one I would like to update) The question is how to proceed now? I would like to keep the variable connector, only update the dataset. I tried to move with the files in central catalog folder but nothing is working. I can of course create a new dataset and delete the previous one from central catalogue, but then I will lost the connection with the variable connector (picture 2). I saw on PTC help website that there should be administrator and editor, but I did not get how could I become one.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.