Recently active
Hello to all in Creo 2.0 I used to select a part or an assembly in my graphic window, and automatically the selected item part number was displayed in the message log i was abble also to select a part and with the select 'parent feature' to select any level above (+1) and the number of this selected sub assembly was always in the message log window easy then to copy/past (ctrl+c ctrl+v )this number and to made search in Windchill or to put this part number in a excel etc since Creo 4.0 I can only see the part number of the select item if I use the select parent , the tree is highlighted, yes but the assembly number doesn't come in the log windows do you have a solution for me please? thanks Veronique
How do you update cross hatching from model on an existing view in a drawing besides removing cross section from view and redoing it? It seems that if I modify the cross hatching on the model it should update in the drawing view.
My company is using Creo 6.0 and we have the Creo Design Essentials (T1) package. When I select "check screw fasteners", I get the message that this function is not included with the standard version. Does the (T1) package only include the standard version or should it be the full version? If it does include the full version, how do I get the license for Intelligent Fasteners to load? Thanks
Dear PTC users,maybe you have an idea how to solve my problem. I am going to develop a synchronous J-Link application in Creo Parametric (but version does not play a role in this case). I just want to compile my project, check if it works, i case of ocurring malfuctions recompile it, checking again, recompiling and so on. but i always have to restart Creo because the new compiled classes are not recognized while running Creo. I also tried to stop and/or unregister my plugin in aux application and restart/reregister it. i also tried to rename my plugin in creotk.dat.Does anyone know a technique to avoid this?In last time i always developed asynchronous apps. there you dont have this problem beacuse you can connect and disconnect to/from session each time.
Hello, I'm trying to create a method that can group any number of UDFGroups in a part. What i have below can find the correct UDFGroups, but once the .Append(feature) is run it returns an error. Have i thought about this the wrong way? featureType: a string that specifies the wanted UDFgroup name. nrOf: an int that specifies how many of the instances that should be appended. public static void CreateGroup(string featureType, int nrOf) { IpfcFeatures selectedFeatures = null; IpfcFeatures features; features = componentModel.ListFeaturesByType(true,EpfcFeatureType.EpfcFEATTYPE_GROUP_HEAD); //For each point for (int i = 0; i <= nrOf; i++) { //Search in features foreach (IpfcFeature feature in features) { if (feature.Group.GroupName == $"{featureType}{i}".ToUpper()) { selectedFeatures.Append(feature); //<--- Error here break; } } } componentModel.CreateLocalGroup((CpfcFeatures)selectedFeatures, $"{CatiaTreeModel.pointSet}"); }
Hello, i'm trying to export the model on the left as an stl. However, parts of the model are disappearing. What would cause such behaviour? Kind regards
This "Keyboard Shortcut Conflict" pop-up in Creo 4 makes me want to throw things. I checked and I wasn't able to find any way to get rid of this stupid $#&*^. Any ideas?
I know how to put variable text in a symbol. That is not exactly what I’m looking for. So far, I have not been able to figure out how to drive those variable text fields with an attribute. Is that possible in Creo5?
hi, I want to copy/move a table created in one sheet to another sheet. Is there any c++ toolkit api which will do this ? Thanks and regards, Sekar
I'm using Creo parametric 4.0 M100. For the past 2 weeks, the creo keeps going into 'not responding' state constantly and then it shows 'Regained Floating license. you can resume working'. This cycle is repeated for every 2 minutes. Its impossible to work like this. What's causing this & how we can fix this.
Hi All, I am working on Creo 5.0.1.0 . I have observed that the API pfcSelection:: SetPoint() is giving wrong results, Can anyone explain this behavior??
Does Creo Schematic (or any plugin product to it) create color coded plugs automatically like Solidworks? What I mean is the wire coming in shows on the view of the plug. Here is an example: I have a client that is considering switching to Creo Schematic which would help me out a lot.... But this is the one feature I can't seem to replicate in Creo.
I've used one of my fave features, the Spinal Bend, many times over the years. I prefer using them on quilts because then it's easier to have multiple Spinal Bends in a model. THIS time I ran into a VERY weird problem. The spinal bend failed on the surface, but yet worked fine with the solid. What the????? Any ideas? PTC guys, what do you think?
Hello, I have been demoing the otk java examples and decided to create my own project.My custom action listener class is working fine within the otkexamples project.Now that I created my own project, I am having issues in my main class. I practically copied and pasted the structure of otkExamplesmain.java but removed all the example methods. The exception is throwing when trying to get the current session on launch when setting up the ribbon commands. I must have missed something when setting up my project but cannot figure out what that is.Exception caught: java.lang.NullPointerExceptioncom.ptc.cipjava.CIPRemoteApp.getTransport(CIPRemoteApp.java:40) private void SetupRibbonCommands() {try{ System.out.println("Get Session"); session = pfcSession.GetCurrentSession(); wSession = (WSession)session; wSession.RibbonDefinitionfileLoad(ribbonFile); //startCreoson(); addAbasCommands();}
Hello, Does anyone have a copy of PTC License Server Release Wildfire 3.0 Datecode M120 they can share? That was the PTC licensing software used on my old laptop to share my Creo 2.0 license with my workstation. I am upgrading from Creo 2.0 to Creo 3.0 M040 and need to move my license server to a new Laptop, but I don't have the installation file for PTC License Server Release Wildfire 3.0 Datecode M120. I believe that is the most stable license server for single seat licenses. -Paul
Hello, I am currently using Creo 5.0.4.0 Users at my company have been through many Creo related changes in the last year or so. These changes include version upgrades and configurations Prior to these changes I was able to import IGES data and select flat surfaces on the data for sketching, extruding etc. I can no longer do this. Can anyone explain why? Thank You
Hai, in EMX, during ejector pin placement, relief holes will cut only in one insert, this is causing issues when split inserts are available which is sharing same ejector pin holes. one of the example is Blade ejector pins. Please let me know is there any way to cut the ejector pin holes in all sharing inserts with out manual updation.
Hi,I am new to PTC and I was following the customization guide for creating a new class called 'Pet' on page 53. I did not complete the entire process and then stopped the winchill and the machine was shut down.Now, I am not able to start my Method Server.. I get the below error log:Mon 7/8/13 15:53:57: main: wt.services.ManagerException: wt.util.WTException: (wt.pom.pomResource/0) wt.pom.PersistenceException: A persistence error occurred. System message follows:Mon 7/8/13 15:53:57: main: Nested exception is: (wt.introspection.introspectionResource/6) wt.introspection.WTIntrospectionException: An introspection error has occured. System message follows:Mon 7/8/13 15:53:57: main: Nested exception is: java.lang.ClassNotFoundException: com.acme.PetMon 7/8/13 15:53:57: main: Nested exception is: (wt.pom.pomResource/0) wt.pom.PersistenceException: A persistence error occurred. System message follows:Mon 7/8/13 15:53:57: main: Nested exception is: (wt.introspection.introspectionResource/6) wt
Hi, I am creating a note using ProDtlnoteCreate(). But before that i want to center align the text. With the help of ProDtlattachAlloc() and ProDtlnotedataAttachmentSet() I am able to keep the note on required position. status = ProTextStyleJustificationSet(text_style, PRO_TEXT_HRZJUST_CENTER); status = ProTextStyleVertJustificationSet(text_style, PRO_VERTJUST_MIDDLE); - tried these for alignment but couldn't make out the result. Let me know if there is any othet api/methods to center align the notes. Thanks and regards, Sekar
Hi, I have been creating sweeps of a small rectangular sketch attached to a spiral trajectory. I am trying to create a bimetallic coil, like the one in the photo below. I wish to model it in Ansys. However, to do this there needs to be two different materials (i.e. red and blue in the below photo are separate materials, and therefore separate objects).My problem is that I have created the two spiral sweeps, and I'm having difficulty creating an assembly of the two joined together. They tend to overlap at the very center, and are constantly at 'partially constrained' status.If anyone could help I would be very very grateful. The only constraints are that the entire assembly must fit into an envelope size of 50mm x 20mm x 15mm, so i left my outer spiral sweep with an outer diameter of 20mm. And that each material must be no less than 0.5mm thick. Thanks!
I was wondering if anyone else isexperiencing this in their environements.We have several userswho havecreo_parametric_customization.ui files that spontaneously grow very large, in the 10 Mb to 20 Mbrange. This file is usually 50k to 200k. When this file gets large Creo reacts very strange, Creo runs very slow, Creo will not open drawing files, Creo takes a long time to exit when shutting it down, etc. This does not seem to be happening on every machine but is becoming more prevelent as time goes on.PTC has not been very helpful in solving this, we found the root cause to be the creo_parametric_customization.ui file, but I now think the growth of this filemight be related to the J Link applications that I have running. We have several applications that load ribbon definitions using pfcSession.Session.RibbonDefinitionfileLoadI am not sure if this istheroot cause but I need to solve thisissue and wanted to know if anyone else is experienceing this same problem and if they believe it is r
I've added a cosmetic thread to a tapped hole in order for it to show up in my drawing. However it shows up in my drawing as two solid line circles when the inner circle should be solid line and the outer circle should be a hidden line. How can I get the outer circle to show up as a hidden line circle?
How do I enable tooltips next to the cursor when I hover over an icon? My system only shows them by the message area, which is counter-intuitive to me since the other dozen or so programs I use daily display them next to the cursor. Using Creo 5.0.0
Curious if, there is a way around this. I have a custom command, that should upload data into a 3rd party system. I've got this working with CREOSON and it's tested working in my IDENow that I have attached this code to a button command in creo, it causes it to hang when I reference my open assemblyI am able to get a session ID to creoson, but when I run the command bom : get_paths causes it to hang.Is this a limitation with creoson? I assume there is some resource that is occupied during the OnMethod that stops CREOSON from responding
Units in annotations and repeat regions is very weird. I made an assembly where I used component parameters to set tightening torques for screws. I set the Unit Quantity of the parameter to "Torque/Moment" and get to choose the unit "m N" (bit weird; it's usually expressed as "Nm", but whatever). So far so good. To test it, I set the value to 10 on all my screws. Great. Now I'll add it to my repeat region. I add a column showing "&asm.mbr.cparam.torque". The result? 9999999994.879. What? Where did this come from? Where is my 10 Nm? Looks like Creo shows the value in a different unit. My suspicions are confirmed when I try adding a parameter with the default unit (mm^2 g / sec^2) instead. Indeed, here the value is conserved, and is displayed as "10.000" in my repeat region. Hm, ok. Let's see the units, then. I change my repeat region to display "&asm.mbr.cparam.ptc_unit.torque". The result is as follows: The ones I added as "m N" get displayed as "moment2", and the
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.