Recently active
I am using Creo Parametric Release 6.0 and Datecode6.0.6.0Parasolid files (x_t) when imported in CREO 6.0.6.0 not visible but it is opening and visible in CREO 10.
PDF and Creo example
I'd like to discuss how to automatically update the projection type in Creo drawings based on the drawing format.Creo 10 Here's the scenario:The Creo config currently points to the drawing setup file V:\Test\CreoSettings\configs\Drw_Setup.dtl.This file defines the projection type as FIRST_ANGLE.We want to create a mechanism that switches the projection type to THIRD_ANGLE if the drawing format is test_T_americas.frm.Two potential approaches exist:Scripting: We can develop a script (e.g., Python) to check the drawing format and update the Drw_Setup.dtl file accordingly.Manual Modification (One-Time): For a one-time change, we can manually edit both config.pro and Drw_Setup.dtl to reflect the desired behavior.What are your thoughts on the best approach for this situation?Please let me know if you have any questions or require further details.Thanks,
Hi,I would like to change styles of the same sketched line used on two different views and on two different sheets. In the first view, and in the first sheet, I want to use a yellow "geometry" style line.In the second view, on second sheet, I would like to use a yellow "phantom" style line.I've tried to use the "Layout --> Line Style" command: when I change the style of a line on one sheet, it change the style on the other sheet too. Is there a method to obtain this result? Thanks a lot.
I am having issues with the Include Worksheet command in Mathcad Prime 7. I have a template with all of our standard materials propeties which I want to point to for our range of standard calculations. I am finding that it looses the link because of how sharepoint downloads the files to you machine, it creates a personal folder on your C drive. Is there a way to keep the link live rather than it using the cache data no matter what machine its downloaded to?
I have specified a local folder as the working directory in Creo.then want to use Weblink to retrieve models. However, I found that currently it can only retrieve models in the current directory and does not support models in subfolders. Is there a better way to handle this? code like thislet session = pfcGetProESession();let currenDirectory = session.GetCurrentDirectory();let device = currenDirectory.split(":")[0];let path = currenDirectory.split(":")[1];let modelDescr = pfcCreate('pfcModelDescriptor').CreateFromFileName(fileName)modelDescr.Device = device;modelDescr.Path = path;let model = session.GetModelFromDescr(modelDescr)if (!model) { let retrieveOptions = pfcCreate('pfcRetrieveModelOptions').Create(); model = session.RetrieveModelWithOpts(modelDescr, retrieveOptions);}
I have a clear dome on an assembly. It does not show in my renders. Is there a setting? I am using a ptc clear type color for the dome. Creo 3.0 m080 Wayne
I am trying to open a STEP file using a template, as shown in the attached image.It works fine initially, but if I close Creo and reopen it, the template file changes. Could you please suggest a solution?
opening native multi-body solidworks2022 part file opens as an assembly in creo9should open as multi-body part file ?thanksRich
Hi,Is ist posible to use parts with complex geometry for familiy tabels. Pls see attached picture. I have a part where I want to drive the outer diameter by a family table parameter and the inside conture, which has a lot of dimension, should also scale when I change the diameter. I dont want to put in any inside shape dimesnion into family paramter because this is way to much work.The relations between outer diameter and inside shape should also be constant for each family table part. Basis question: Is this possible, If yes - how?
When opening a standard part file (typically in .step or .iges format), the system should ask for the supplier's name. We would like to have a drop-down list . This supplier information should then be linked to the part's parameters Common supplier listFestoSMCEmcMisumiSchunkSchmalzABBOther(manually edit)
I would like to probe inside a thermal analysis but when creating a "section" view and trying to select a point on the inside, the invisible part is selected instead.Specifically, I would want to probe the yellow parts. Is there a way to select a point not on a surface? On a plane?
illustra publishes the CGM diagram, and the CGM diagram is garbled in Chinese after the PDF is released through PE; ----------------------------------------------------- Subject - illustra发布成CGM图,通过PE发布PDF后CGM图中中文乱码 Body - illustra发布成CGM图,通过PE发布PDF后CGM图中中文乱码; - By Community Moderation Team -----------------------------------------------------
Hi everyone,I am facing an exciting challenge and am hoping to find some expert opinions here. I have a comprehensive family table with over a thousand different parts and want to identify the optimal part from this collection. My idea is to conduct a CFD analysis to determine the best results. My question is: Is it possible to perform a CFD analysis for such a family table? Can the entire analysis be precomputed so that, in the end, I only need to go through the results? I understand that the interpretation of the results ultimately lies with the viewer, but it would be great if the analysis process could be automated to identify the best parts more quickly and efficiently. I am using Creo 10 for this task. Has anyone here conducted a similar analysis or can offer tips on how to approach this? Thank you in advance for your help!Best regards 🙂
Hello, I am trying to write a C++ code into Creotoolkit to import relations from .txt format file and then regenerate the model. Can anybody guide me how can this be achieved? TIA
I am trying to get the color of surface after selecting it with a selection pointer as described in the toolkit user guide. It appears that the information resides wfcAppearance which is extracted from wfcWSelection. pfcSelection_ptr selSurface = pfcCreateModelItemSelection(pfcModelItem::cast(surfaces->get(0)));wfcWSelection_ptr wselSurface = wfcWSelection::cast(selSurface);if (wselSurface->GetVisibleAppearance().isnull()) cout << "Error: wfcAppearance nullptr" << endl; but GetVisibleAppearance() is returning a nullptr. However, when I select a surface using user selection process by directly clicking on it after invoking session->select(), I am able to get wfcAppearance where i can access surface properties including its color. Can anyone please help why is GetVisibleAppearance() returning nullptr from pfcSelection_ptr when selecting a surface programmatically using pfcCreateModelItemSelection() instead of clicking on it
We are currently entering material and remarks information in columns. We would like to have a drop-down list in the material column with the specified materials, allowing us to select from the list. In the remark's column, the corresponding coating or treatment for the selected material will automatically appear
Hello,I used an angle to constrain a component in the assembly; the angle is assigned a random name (d58).Is it possible to change the dimension's name to something meaningful?The reason for this is to use a name that has meaning in BMX. Thnaks
I have a Creo Illustrate Professional - Floating license, when I try to open it, it doesn't do anything. License server put the path of the license even nothing barir
I have an assembly that has multiple representations , am using Creo 8 and no windchill.I want to save one representation as standalone assembly without referencing main assembly. Below is the workflow I have tried: When I use above method , I get new assembly as per below image. I did not select dependent checkbox My question is:1. why does my new assembly has different icon?2. Why does new assembly still being linked with main assembly (see below image)
Issue: How to convert Mathcad worksheets created in earlier versions ? Steps to convert worksheets created in older releases (Mathcad 15.0 and earlier) Cannot open legacy worksheets Unable to open old Mathcad *.xmcd, *xmcdz, *.mcd, *.xmct, *.mct files Cause: Mathcad Prime is not downward compatible to Mathcad by nature The converter program available with Mathcad Prime uses installed Mathcad capabilities Resolution: Mathcad 15 supports formats .xmcd, .xmcdz, .mcd (Worksheet), .xmct, .mct (Template) and .hbk (Mathcad Book) Mathcad Prime supports formats .mcdx (Worksheet) and .mctx (Template) XMCD, MCD Converter shipped with Mathcad Prime converts from Mathcad 15 and prior to Mathcad Prime supported format Steps to convert legacy Mathcad worksheets to Mathcad Prime:1. Start XMCD, MCD converter Mathcad Prime > Input/Output > XMCD, MCD Converter Alternative: Start > All Programs > Ma
How do you create those representations? If I create reps I can't change the colors. Only if I make appearances. But appearances cannot be set on the drawing... So If I set different appearance's on the combined state in the model it works just fine, but on the drawing it is not! How should I do it?
331111 22 Greetings, I tried to create custom functions in mathcad and it asks to do so, however when I tried to create the function fc and fc1 I found an error message ---------------------------------------------- Translated the text from Spanish to English using google translate Body - Saludos intente crar funciones personalizadas en mathcad y pude hacerlo, sin embargo cuando intente crear la funcion fc y fc1 encontre un mensaje de error --By Community Moderation Team ----------------------------------------------
I am using Creo Parametric Release 4.0 and DatecodeF000Thank you for your assistance.We are currently using Creo 4.0.I am thinking of installing the new Creo from October this year,How different is the interface, feel of operation, and functionality of versions 9.0 and 10.0 compared to 4.0?I apologize for the vagueness of this question,We may need to revise our textbook, so we would appreciate it if you could enlighten us.Best Regards,Ryoji Kaneko
I am using Creo Parametric Release 10.0 and Datecode10.0.3.0I was trying to measure the torque changes in spur gear for study purpose but was unable to calculate it using MDO.Is there anything that I am missing,I have applied Material as steel, all connections have applied with gears, a force motor to drive the pinion and another force motor with 0.000 coefficeint on the gear to measure the net load on it. the net load is coming out as 0. If any one have done this before then please let me know.
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.