Recently active
I am using Creo Parametric Release 6.0 and Datecode6.0.4.01、二维绘图下草绘和注释里“绘制组”命令的API是否有开放(功能开发需要)2、或者能否提供和设置组达到同等效果(绑定的对象可以一同操作)的且提供了API可用于开发的方法。
Hey I have a code to check if there is a family table in the part. This will in Creo 5 return the name of the instance if it ends with "flat" or "flat1"But in Creo 11 I get a fatal error.I thing it is because I don't have a Family table in the part.How can I check of the part have a Family table? FamilyMember familyMember = (Solid) model;FamilyTableRows familyTableRows = familyMember.ListRows();// Find if a flat version existtubefor (int i = 0; i < familyTableRows.getarraysize(); i++) {FamilyTableRow familyTableRow = familyTableRows.get(i);if (familyTableRow.GetInstanceName().contains("FLAT1")) flat_name = familyTableRow.GetInstanceName();else if (familyTableRow.GetInstanceName().contains("FLAT")) flat_name = familyTableRow.GetInstanceName();if (!"".equals(flat_name)) break;}
Hello all, A question about drawings. Why hole axis are always orientend horizontal/vertical independently the way we created the holes ? On the capture below as you can see hole axis are always horizontal/vertical. I would like to have axis orientend like the view on the right but on the left view. Is it possible ? Thanks
I have imported a DXF file in CREO and thus created an extrude out of this DXF file, using the PROJECT function.To distinguish this from a regular CREO extrude, I will call this non-native CREO extrude a DXF-import extrude (for lack of a better name).If it already has a name I will stand corrected. Anyway, this DXF-import extrude is impossible to work with.I am trying to make it accept a different color than the background, but it does not work with regular means -- this DXF-import extrude seems to be a surface that CREO cannot handle like any other extrude generated directly in CREO without an external import. Is there a way to make this DXF-import extrude behave?Maybe create another native CREO generated surface, identical with the DXF-import one and transparently on top of said DXF-import extrude, that would be more amenable to work with?I have attached the PNG file (source for DXF), the DXF file, the part file with the DXF-import extrude and two
HI, First time user of the GD&T advisor, trying to add a position tolerance to one half of a hole pair (for a shaft) and a second position tolerance to the second hole of the pair, A simplified version of my part is shown in the attached image. Currently running Creo 11.0.2.0 Hole was modelled as a single hole for both pairs. With the model setup like this I am unable to select either the right or left hole to assign a tolerance. Am I missing something here or is the only way to get this working by modelling this as 2 separate holes? Thanks
I am working with Creo 8. I would like to implement a dialog with tree view in it. The tree has 3 columns. I have spent few of hours trying to understand API to create and populate tree. But not able to figure how to do it. With C++ I wasn't even able to add node to tree. With C I could add node but not able to figure how to add column. If anyone has tried this already I would appreciate the help in from of sample code. FWIW - For C I have following working code to add node - auto status = ProUITreeColumnCreate("dialog_material_assign_assembly", "MatAssignTree", nullptr, L"Test", 10, PROUITREECOL_LEFT); status = ProUITreeNodeInsert("dialog_material_assign_assembly",
Whenever I stop working on creo for a period of time or the network pauses creo becomes unresponsive and shows as not responding - this happens quite often and the only way to fix it is to end the process in task manager and restart Creo.Any ideas on how to fix this would be appreciated.
We have just installed Creo 11 in our office and have now found the it is stripping the Mapkey from the Config.pro files and placing them in the App data setting folder as a new Mapkey.pro. This is a big problem for us.... We have multiple start up shortcut that point to different folder that has different Config.pro & search.pro files depending on the task we are working on, and each Mapkey in the config.pro points to a different file location to set the working directory. I don't have a problem with the Mapkey being placed in a separate file, but I hope we have the option in the config file to point to a different location so we can mange the different options. Peter
Hi, I want to understand what ways you have employed to distribute Creo Parametric config and setup files at an enterprise level to end users. We use SCCM to distribute / deploy base Creo Parametric application, but to distribute config and setup files, we use windows batch script that gets invoked once a day at end users' machines. The setup files are kept at few regional servers (as repositories) and the batch script copies (robocopy, syncdirs) these files into the end user's device. We have not opted for packaging Config and setup files through SCCM as these files are changed or new files are introduced frequently. And the need is to get them distributed as immediately as possible. Our requirements: Config and Setup files are maintained at one network location (mother repository).These files should be replicated to Regional specific repositories.The files then should be pushed from each Regional Repositories to end users located in respectiv
Hi, I've recently generated some geometry in Creo Parametric 11.0.0.0 on Windows 11, but I can't export it to a different file type for use in a different program. I've tried STEP and Parasolid filetypes, but both export as empty files. What is happening?Here's a photo of the file sizes, something is clearly wrong. Any help is appreciated! I attached the file to this post.
I’m trying to create a pen table to automatically print in black and white through a distribute patch. I tried several materials but it doesn’t work, the copy comes out in black and white. Can anyone help me with this? How can I automatically print a PDF in black and white using distribute? Thanks in advance for everyone’s attention!!
Hi All,Would someone be able to tell me how to delete a row or column from any table in drawing mode? I've been looking for about an hour and still can't find a way. Appreciate any help anyone can give. FYI, I am currently using Creo 2.0.
I'm looking for guidance regarding how to set up a heat exchanger component in Creo Flow Analysis (CFA). Are there any examples, tutorials, or online help available? I'm not finding anything. Thanks! Mark
Reference from topicI've been fighting with this issue for years now, in my case it was win32_gdi -- once I replace it with opengl it worked like a charm!!May I ask how does one start this Information Window, and where is this file support.inf.1 located?Thank you again Remy, you made my day!!!
Hello there,i am using creo 9.0 and vs professional 2022I want to create a full asynchronous creo toolkit application on VS professional, but i dnt know how to start in a proper way. using some online materials i have managed to create something ,1) any guide or start point to async creo application2) How to pass RPC commands and where to find it ?3) when i try to unlock using protk_unlock , i get toolkit for drawing license isnt available , but i dnt use any api regarding drawings ?4) how to generate a pfc file and use that to get all the data of the cad part from the session?sorry if all these are basic as i am new to it . i have learnt creo toolkit synchronous mode but not this
Hi, you may find this question stupid.. i find out that in creo assembly, lets say i have 10 components .. when i wanted to edit the mate (say distance mate) of the 5th component, then the components 6, 7, 8, 9 and 10 hides... the problem here is when i edit the distance, i am not sure whether is it going to hit/interfere with any of components that was added after 5th .. after coming out of edit definition .. i find that it is interfering , then i have to change again .. the case is not just with editing mates, but changing mates / position and so on .. is there a way to avoid hiding of rest of components... or is it too much to ask from creo... thanks in advance ..
Hi there, is there a way to declare a template for process plan assemblies? When I try to create one, "use template" is grayed out: The main problem is, that there are no pre-defined orientations, which makes it unnecessary inconvenient to create drawing from that later. I am using Creo 10.0.7.0
Hello, just wondering how the default tolerance value works at new created dimension in drawing. Since i use mostly the +- symetric - would it be possible to set the default tolerance (maybe in drawing setup file) value this way? Thanks in advance T.
Having some trouble with flattening a small harness with 2 wires. It's a very simple harness with a connector on one end and then 2 eyelets on the other. Ideally for the drawing Id like to have each wire coming out relative to where it would on the real connector. The picture shows about as good as I can get it. Anything I try seems to screw it up in some form. Using the move segment tool works in some cases but if for example I want to move the red wire to the correct position I can move it but as soon as I confirm it it disappears from the window and in the model tree that part of the flatten harness turns red. So I delete it and have to re-flatten that section. If I try and auto fan it it makes a big mess where the cables are twisted together. I have tried using the twist command but I can't seem to get that working either. There are times where I can get the connector to look right with the wires but then there is a twist going towards the eyelets and I still
I have some large scan files from a router with many small line segments. Creo error "you are attempting to import too many entities" Suggested turning of "intent manager". I can not find intent manager and it sketcher will not import the .dxf file. If I hit Proceed, it does not import anything. Is there a work flow work around for this to get the data into sketcher?
We created symbols of tables (i.e. torque table) in an mbd in Creo 8 but when we export them into a pvz file the justification of the symbol text changes from center justified to right justified so the text violates the table lines. These same files exported correctly with my old computer, but i had to get a new one and have a new config.pro. Is there a setting that controls this?
We have a requirement to highlight areas of a casting model as zoned areas, where the zoned area has specil requirements, ie cannot be repaired with welds etc. We usually do this by highlighing the areas by drawing sketches on the drawing views. We thought it might be a good idea to show these surfaces as different coloured surfaces in the 3D model so found a way on youtube, where a guy showed how to change a particular surface to transparent, then copy and paste a new surface over the transparent surface, which could then be split into 2 surfaces, with one being the colour of the original part and the other surface being coloured to a new colour to highlight a special attention area. Our current policy for casting to machined, is to take this casting model, create a new part for the machined and then merge the casting into the machined model (using Get Data > Merge/Inheritance). Unfortunately, when we then apply machined cuts to the machined part, these newl
I have a prt(V Belt) where i need to have two models, but show just one at time.Usually we use one for 3d and one for 2d, but in this case i just wanna have like "one button" where i show one or another. Creo 8.0.9.0
Hi, since a few moths ago it is speaking more about the ARM architecture, is it posible to install PTC software on this computer architecture?
Explore how Ryvid’s modular electric motorcycles are reshaping urban transport—combining sustainability, swappable batteries, and community-driven innovation.
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.