Recently active
In Creo Parametric 8.0, in a Sheetmetal Part, the Mirrored Features collector is missing when editing a mirror feature. If I go to a part file, it is there. Can someone explain what I'm doing wrong or why it is this way? See attached PDF for screen captures. Thanks,New Creo User.
Good afternoon, the part axes and planes are hidden by default when added to an assembly, and I can't find a way to unhide them. Is there a setting in the configuration that could be the cause? I am using CREO Parametric 8.0.5.0. Thank you!
- Displays the name of the currently active model- If no model is active, a VBA error message is displayed- I don't know if the drawing name can be displayed? test it out ^_^Sub Model_Nanme() Dim asynconn As New pfcls.CCpfcAsyncConnection Dim conn As pfcls.IpfcAsyncConnection Dim session As pfcls.IpfcBaseSession Dim Model As pfcls.IpfcModel Set conn = asynconn.Connect("", "", ".", 5) Set session = conn.session Set Model = session.CurrentModel Call MsgBox(Model.Filename)'// Disconnect with Creoconn.Disconnect (2)'// CleanupSet asynconn = NothingSet conn = NothingSet session = NothingSet Model = NothingEnd Sub
This is a compound curve NO way to trace over it. I need to use it to extrude out form this face. How do i turn a referenced line from reference into solid creo can use? In inventor this is VERY simple you just click and turn it from reference to actual line. CREO can turn normal lines back and forth like this but it cant seem to to the same for a reference line??
*** "IpfcAssembly.AssembleByCopy" *** ask for useThis function copies existing parts in assembly and automatically assembles new copied parts.This is the code i made. there is an error'///////////////////////////////////////////////////////////////////////////////////////////////////////Dim Solid As IpfcSolidDim Assembly As IpfcAssemblyDim ComponentFeat As IpfcComponentFeatDim CreateModelDescriptor As New CCpfcModelDescriptorDim ModelDescriptor As IpfcModelDescriptor'// Load model from "rod_nut.prt" file into SessionSet ModelDescriptor = CreateModelDescriptor.CreateFromFileName("rod_nut.prt")Set Solid = session.RetrieveModel(ModelDescriptor)Set Assembly = modelSet ComponentFeat = Assembly.AssembleByCopy("C:\PTC\WORK90\JP100.PRT", Solid, True)'///////////////////////////////////////////////////////////////////////////////////////////////////////the code that gives the errorSet ComponentFeat = Assembly.AssembleByCopy("C:\PTC\WORK90\JP100.PRT", Solid, True)please correcte-mail : korealion
This SHOULD be very simple.It IS very simple in every other package I have used. I just want a dimension in a drawing to SNAP to the END of the line for line 1 and END of the line for line 2, not the middle, not any other random point it feels like choosing but the END of the line under my mouse.Simple right?I have tried putting in sketched lines to lock in a point for it to use but you cant dimension a sketched line while its near a model line???It is crazy this is not easier to do. I can snap lines to the points i am trying to dimension but i CANT dimension them????There is no way to move the attachment point after the dimension is created.There is no way to restrict the attachment point to END OF LINE as its being created. Yes i am frustrated, being forced to use CREO for Uni ... waste of time imo but here I am.
I am using Creo Parametric Release 4.0 and DatecodeM150Having strange issues with one client laptop running Creo Parametric 4.0 M150 with Windchill PDMLINK 12.0. The issues seems to be intermittent. I have tried everything even uninstall and reinstall but the issue continues on this one laptop?I ran the diagnostic tool referenced below. I'm scratching my head on this one PLUS no support from PTC as they stopped tech. support on Creo Parametric 4.0 2 years ago. Our upgrade to Creo 8, 9, or 10 is not scheduled until 2024, YIKES!Any insight would be very much appreciated!Cheers,KeithAdvance Instrustion set 8Manufacturer Dell Inc.Platform Type x86e_win64System Precision 3571Processor Manufacturer GenuineIntelCPU Number Of Cores 14Speed MHz 2400L2 Cache KB 4096RAM MB 32768.003GB Switch trueSWAP GB 4.75DISK Label C:Size GB 953.21Available GB 658.52FileSystem Type NTFSGraphics InformationName NVIDIA RTX A1000 Laptop GPUVendor NVIDIAVersion 31.0.15.2667Graphics InformationName Intel(R) UHD Gra
I'm using Creo 3 to create a drawing for an injection molded part. Some edges that have draft on them show as hidden lines when they should be solid. Arris line on the corner is displayed correctly as solid. Area where text and arrows in image below is open without any features. Anyone ever encounter this issue?
I am trying to automate the model generation of an assembly using Creo Programming (version 8.0.5.0). I am able to get to the point where I can read a file with all the inputs and generate the model. But after reading the file, I have to regenerate the model several times (almost 6 to 8 times) to completely get the final assembly. I want to automate the regeneration process as well. I am pretty new to Creo programming and I wanted to know if it is at all possible to write something in the code which can auto-regenerate the model for me and will give me the final assembly right after importing the file. Thanks for your time in advance.
HiHow would I go about in creating section C-C in Creo 9.0 I tried creating a zone and although that does give me the 3d view it does not give me an option to show the section lines.
Hi all, I'm using Creo Parametric 9.0.0.0 (Student Edition). I've never had any issues with tthis program before but now, whenever I hover over a plane when creating a new part, assembly, etc., The whole program freezes up and stops responding for minutes at a time. Checking task manager, it was using no more resources than normal but still froze. I tried restarting my computer which didn't help. Has anyone else experienced this issue? Does anyone know any fixes? Thank you.
Hello,I'm using Creo Schematics version 7.0 and Windchill version 12.0.2.8.I want windchill to automatically update the sheet's revision and version. Please let me know if there is a method to have auto sync through Windchill since I'm currently entering both manually. Thanks.
Hi,does anyone have any idea how the config.pro "open_builder_in_mt_mode " option works?In the guide i find this indication:"Open the variant builder in Model Tree Selection mode" but I can't figure out what it does.By default it is set to "no".Can anyone tell me what it does and if you use it?Thank youP.S. i'm using creo 9.0.2.0
Hello, When I'm writing balloon note with a multi-lines it makes them as a separate balloons aligned Horizontally. Is there any method to make them aligned Vertically like this in one note like the previous one
I am trying to add a centerline to a part that I am making a drawing of.The center line is easy enough to sketch... but oh no CREO doesnt actually "attach" the sketched line to the part / model.This means if in ANY way the model changes the view might move around but the sketched line wont which creates ANY dimensions using that line now completely wrong.How can I constrain the sketched centerline TO the part so if the part changes size / moves / Any change is actually reflected in the drawing??Its basically pointless having the centerline not attached so no idea why it isnt by default. Its like CREO is literally from the 1960's with its drafting functionality.
I am using Creo Parametric Release 8.0 and Datecode8.0.0.0Help needed using the cabling reroute feature and route type. Have wires (cable) that I want to change the route type and also want the reroute others. The PTC help instructions are woefully inadequate to follow. I really prefer to speak to someone or a good video for these operations.
creo drawing ver 3.0my client has a symbol defined that is a triangle (lay it down sideways so it points to the left) with a number imbedded. It is used to identify a note that applies to the view feature. The symbol is used with blank for number and placed over the notes. When a pdf export is performed, the symbol has shifted location.attached are screen shots of creo drawing and pdf export.So far I have attempted entering blank spaces for the variable text and " ." (space space dot) and it does not seem to effect position.
I am using Creo Parametric Release 3.0 and DatecodeM140I have two problems:1. I am using a trimmed surface in my part model to show a identity (text). I do this by creating an offset surface and then trimming it with the text. In the part model it looks great. In the drawing view it looks okay and when I export as a pdf the edges of the surfaces are yellow making them difficult to see. I would prefer to show them in black or better yet to show the surface as filled black to the lettering is easy to see.2. The second problem I am having is related to default "font" shifting when creating a pdf. When I select "stroke all fonts" the resulting characters are in the correct location but look terrible. They have no thickness. Is there a better way?
I am using Creo Parametric Release 4.0 and DatecodeM150Before the exporting in the drawing the text is there. After exporting in the drawing the text is not coming in the drawing.
I am using Creo Parametric Release 4.0 and DatecodeM150before the export the text is coming after the export for the drawing the text is not coming.Here are the errors that I facedafter export text is not coming.
Hi All I created some templates for drawings.One element there is the information about the edge break.I did that on format level because i want them to have on every drawing sheet.anyway. there are situation, where we need to delete that. Unfortunately, this is not possible on drawing level now. is there any option how to delete it or another/better possibility to do such notes/tables/text which will be shown in every sheet of a drawing?the tables which are on the format i can delete on drawing level, this note not.. br
I need to machine several deep Fins ( around 50mm in depth), in order to machine safely, I need to machine one Fin zone and then move to another zone. I use Mill window + Volume milling, found that volume milling always cut slice by slice from one Fin zone to another, instead cut each Fin zone to full depth, and then move to other Fin zone.Could you please help me to solve this issue? thanks,
How to covert the solid weld feature to a component when save as to PVZ in Creo Parametric? Is it possible to set export_pvs.rcp to conver solid weld to component in pvz file displayed in Creo View? When I open assembly model with welding solid features, the function worked.Please help to check it. Thanks.
So I'm trying to call upon an existing simp rep called "Smd_Flat" and then activate it upon a solid sheet metal part in an assembly to get its flat pattern, however i keep getting a XToolkitBadInputs error. My code is below. This is for Creo Parametric 9.0.4.0.The method loadPart(leaf); just loads the part in a new window as the simp prep couldnt be found in the window with the assembly. Any help would be appreciated. Assembly assembly = getAssembly(); ComponentPath[] partList = MzkCommonUtilitiesCode.listEachLeafComponent(assembly); //Component path to solid array Solid[] leafArray = new Solid[partList.length]; for (int j = 0; j < partList.length; j++) { leafArray[j] = partList[j].GetLeaf(); } //Going through all subcomponents to get key properties for (int i =0; i < leafArray.length; i++) { System.out.println("\n"); printMsg("starting loop"); //getting leaf values Solid leaf = leafA
Flat to Screen placed symbol's height and location gets changed while changing its annotation plane to named model orientation using API ProDtlsyminstdataPlaneSet() in Creo Parametric through Toolkit.
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.