Recently active
Hi,I am trying to plot the average pressure from several monitoring points in Creo Flow Analysis / Creo 12.I have 10 monitoring points namedPoint 01, Point 02, ... Point 10According to the documentation, I understood that monitoring point values can be accessed using syntax like:flow.P@probe."Point01"and that user-defined XY plot variables should be created using:plot.varnameSo I tried defining an expression like:plot.P_avg = (flow.P@probe."Point 01" + [...] + flow.P@probe."Point 10")/10#plot.P_avg: Average Pressure [Pa]However, I cannot find plot.P_avg as a selectable variable in the XY Plot panel or elsewhere afterwards.Has anyone successfully plotted an average value from multiple monitoring points in Creo Flow Analysis?Am I missing a specific place/context where the expression must be created, or is there another syntax required?Thanks in advance.
Hi All,I’m facing an appearance‑related issue when importing STEP AP214 files into Creo 11, and I’m looking for guidance or best practices.Workflow and Issue:I export a STEP file (AP214 format) from Fusion 360. When I import this STEP file into Creo 11 as an assembly, all components appear with the default grey appearance. However, when I clear the assembly‑level appearance in Creo, the original part‑level appearances/colors are restored correctly. The same STEP file opens correctly with appearances intact in Autodesk Inventor, without any manual steps.STEP Schema Used:FILE_SCHEMA (('AUTOMOTIVE_DESIGN { 1 0 10303 214 3 1 1 }'));Questions:Is there a way in Creo 11 to retain the original appearances automatically when importing STEP AP214 assemblies? Is this behavior related to how Creo handles assembly‑level vs part‑level appearances during STEP import? Are there specific STEP import settings, config.pro options, or best practices to prevent Creo from assigning the default grey appearan
I am using Creo 9.0.8.0 and in the process of obsoleting some parts. I delete a couple of patterns of parts (stacked on a skid), but the quantity dimension is left behind (orphaned?). Is this a bug? Before deletion (I hadn't saved, so I exited and started over) After deletion Thanks, Dale
for MBD files i’ve made revisions after that i need to clear the notes like {5}, so that is their any way to clear them, i tired by mapkeys or modelcheck but couldn’t get exact way..Pls let me know any possible scenorios Thanks in advance
Hello, typically when using derived parts we know beforehand if we will be using them or not. To do this typically we would make the purchased blank, then use the derive (merge inheritance) feature to show the part was made from said blank beforehand. My question is, if we already have an existing part, is there any way we could create a blank, then change the existing part to be derived from said blank?
Hi,Does anyone know how I can change the default window size in Creo?Let me explain better: when I run the command View >>> Windows >>> Default Size,the window shrinks like this.Is there a way to get the screenshot at the maximum screen size or a larger size?Thanks!P.S. I’m using Creo 12.4.3.0
We are using Creo parametric 8.0.8.0. The model of laptop has changed to Dell Pro Max16.There are a lot of unknown issues during Creo operations like sudden shut-down of Creo, taking too long to open assemblies compare to old laptops and so on.Dell Pro Max16 is on Creo parametric PTC Creo 10.0 Hardware Support Dell while it is not on PTC Creo 8.0 Hardware Support Dell. Would there be any potential solutions for this?
Hallo,in einer Baugruppe sollen über “Ansichts-Manager” verschiedene Varianten der Baugruppe erstellt werden. Dabei sind in einer Variante nur jeweils wenige Teile spezifisch, die meisten kommen in allen Varianten vor. Einige dieser Komponenten werden aber an unterschiedlichen Stellen verbaut.Wir kann das realisiert werden, ohne bei jeder Variante diese Komponenten neu in die Baugruppe laden und verbauen zu müssen?Danke und Gruß,Jörg
I'm a SW user with about a year of CREO use now. I'm on CREO Parametric 10.0.4.0. I'm playing with a PCB layout, placing major components on a motherboard. So I've dropped in a PCIe card, and attached it to a PCIe Connector, and I've got power connectors, and other hand-accessible components (buttons, switches, etc). I've constrained them all to the PCB surface, and now I'd like to drag them around and figure out which layout works best for end-user and PCB design team. The only way I seem to be able to do this is to click on a component, and Edit Definition, and then drag the arrows for the unconstrained Degrees of Freedom. That's kind of okay, except that CREO seems to really think the assembly order matters. So if I place the PCIe connector first, I have to drag that around in its DoF, but that hides the PCIe card, and associated cables since those were placed later. And if I move whatever the first component is (in this case a button), every other component disappears so I hav
Are there any users out there that can vouch for the current HSM Modules in relation to 4 axis milling? Has PTC improved 4 axis much?
I can complete all aspects of processing a model into a machined part except the output file needed for my machine. I have simple 3 axis proto tack SMX controller that needs a .gcd file output. I can only save and view my CL data into an .ncl format. W use Creo 10.0.3.0. Any assistance with post processors?
I've looked through the community and the internet and haven't found anything on this subject, so hopefully I didn't just miss it somewhere. I have an assembly that someone created an exploded view for, so I don't want to just delete it. But every time I open the assembly, the default view is the exploded view and the first thing I have to do to get any work done is unexplode the model. I've looked through the view manager and the config settings and I can't find any means of changing this default setting. How do I get the assembly to stop doing this?
I am using Creo Parametric Release 6.0 and Datecode6.0.6.0Our engineers have a query regarding creo, see below: We need some help on CREO piping module - clocking angles. At the minute, there is a discrepancy between the CAD and the measured angles on the machine. We want to understand, how CREO measures the angle between to the end coupling oriented in 2 different planes.
Holy Cow! Awesome! Got to love it when your OpenSource Project get wings!#PTC #Creo #CreoParametric #Automation #CREOSON #CREOPYSON #Claudehttps://m.youtube.com/watch?v=DOLniptMWCg&ra=m
I think that the cross-hatching is somewhat convoluted, not sufficiently documented and not at all clear as to designed workflow in the practical world. However for this post I found a bug that causes extremely slow Hatch dialog performance in Creo drawings that does not appear to be documented anywhere. This post is intended to clearly describe the behavior, the root cause, and the fix.I am primarily using Creo Parametric 11.0.6.0 Solution Summary: Option A ) via UI Open Hatch Gallery Clear all Pins and Favorites Close and reopen the Hatch dialog Option B ) file explorer Close Creo Navigate to: %PTC_WF_ROOT%\.Settings\ Delete or Rename: web_favorites.xml → web_favorites_backup.xml You may also be able to change the contents of the file, since it is xml, automatically using a script, but I did not get this far, and probably wont go this route for now. Restart Creo Hopefully this helps others avoid days of unnecessary debugging. I will likely submit a support
Hi everyone,I'm working on a Creo Toolkit (Pro/Toolkit) application and need to create a mirror feature programmatically.According to the official PTC documentation, the element `PRO_E_MIRROR_REF_ITEMS` expects references of the following types:- PRO_CURVE- PRO_COMP_CRV- PRO_AXIS- PRO_QUILT- PRO_PARTNotably, `PRO_FEATURE` is NOT included in this list. My questions:1. Is there a way to mirror a feature directly via `PRO_E_MIRROR_REF_ITEMS` (i.e., passing a `PRO_FEATURE` reference)?2. If not, what is the correct/best practice for mirroring a feature through Toolkit?Thank you in advance for any insights or code examples.
For creo 10.0.5.0, while loading large assemblies from our network drive, it takes 4-5 times more time for me than the other users. Made my colleague login to my machine and run the same test. It was slow for him as well. tell us the issue is machine specific. Tried the first 3 resolutions from this article and still no improvements.Article - CS49886 - Loading/saving assemblies from/to network drives is much slower than from/to a local disk in Creo Parametric Is it something escalating to PTC would help?thanks.
When saving a 2D drawing as PDF, how do we stop the stroke lines around symbols, etc? This is how it looks in Creo.When saved PDF, this is how it looks:
Hi,One of my creo customer is looking for a sepcific type of BOM generation in Creo drawing? Attached is the BOM format. Kindly help with a soludion. Customer has tried to use NitroBOM but are not satisfied.ThanksNaresh
When I use the IDX process to create a board with KOZs that stay 0.5 mm from my PCB’s connectors, should I create references to the connector geometry directly from my KOZ sketch that is within my board model? This would mean that I would be referencing a component that is in my PCBA model instead of only using internal references to the raw card (example: the raw card’s side and front plane). Are circular references an issue with .idx files?
I went to create some exclusive symbols today and discovered what appears to be a bug in the symbol editor affecting PTC Creo from version 9.0.0.0 through the current release. When creating a new symbol with groups set to exclusive, or when adding a new group to an older symbol instance, the selections made through Menu Manager are ignored and all entities are displayed instead of only the selected entities in the group.Our current production version is 9.0.10.0, and I was able to reproduce the same behavior on clean installs of 9.0.11.0, 11.0.6.0, and 12.4.4.0.I was originally trying to copy an existing symbol created in Creo 8.0.7.0 using the same group selections, but quickly noticed the issue when entities I had not selected continued to appear in the symbol. What makes this even stranger is that the preview for the exclusive group displays correctly, but once the symbol is placed in the drawing area it behaves as though the highest-level group is active, with all entities displaye
I’m trying to calculate one bracket where hole for shaft. Part is very complicated and there are several forces in different locations of it. So easiest way to constrain part is add constrain to to hole of bracket. It work but it behaves wrong way now. All surfaces of hole are “locked” and it’s quite far away how it should behave when there is shaft in hole. One solution would be that turn it other way and add bearing force to hole and cnstrain other surfaces/points but it’s really hard to get right values etc on that case. So now would like to hear how that constrain can be done such way that it as close as possible same way as shaft in hole? (contact analyses can’t be used because of our poor license..)
Hello everyone,I am working with a Creo Mechanism assembly and I would like to better understand how to manage the rigid bodies automatically generated by Mechanism.In the Model Tree, I can display a column called “Rigid Body #”. The components have values such as: Ground, 1, 2, 3, and Excluded.I have two questions: Is there a way to select all components that belong to the same Rigid Body #? For example, can I automatically select all components where Rigid Body # = 2? Is it possible to rename the automatically generated rigid bodies? For example, can I change the names from 1, 2, 3 to custom names such as body1, body2, body3, or more meaningful names? Any suggestion on the recommended Creo workflow would be very helpful.Thanks!Fabio
In the Creo assembly I have a weight which is not ok when I calculate model separately.Do you know why happened?
I want the reference line for a section view to extend out of an orthogonal view less than it does here, by default. Is there a .dtl setting for that?
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.