Recently active
Hello , I'm having an error when I'm going to save files to PDF by Schematics I'm using version 4.0 is there any solution for this?
I am using Creo Parametric Release 4.0 and DatecodeM130The threaded hole displays the ribbed line in the part drawing, but does not display it in the assembly drawing, how to make the threaded hole of the part display the ribbed line in the assembly drawing-------------------------------------------------------------------------------------------------------------Translated from Chinese to English using the PTC Translate tool(Done on 10th Oct 2022 at 9:03am IST by vnamboodheri)Subject translated from "2D图纸里面螺纹孔的螺纹线显示" to "The threaded lines of the threaded holes inside the 2D drawing are displayed"Body from 螺纹孔在零件图里面显示罗纹线,到总成装配图纸里面没有显示,如何让零件的螺纹孔在总成图纸里面显示罗纹线 to "The threaded hole displays the ribbed line in the part drawing, but does not display it in the assembly drawing, how to make the threaded hole of the part display the ribbed line in the assembly drawing"
Hi there, thank you for taking your time! I'd like to automate two solidify operations to obtain a-quarter cut models using mapkey.When I check the recorded mapkey the datum planes are defined as node numbers such as 'node3' or 'node1 etc.The node number somehow differes from model to model, thus I'd like to know how to pick them. It will be fine if I select a datum plane by searching its name and describe it in the mapkey script. Do you have any ideas?Thanks!
I am using Creo Parametric Release 9.0 and Datecode9.0.1.0I used to be able to open solidworks files from within creo. But now when I select "open" there are no solidworks options listed in the filetypes. And if I select "all files" the solidworks files still don't show up. How do I restore the ability to open solidworks files? I think this change happened when I switched from creo 8 to creo 9, but I'm not sure about this timing.
We have drawing notes that are numbered 1,2,3, etc in a list. We then flag some of those notes with a symbol and then add a second symbol in the field of view of the 2D drawing to correlate an annotation or view with that drawing note. Sometimes a note gets deleted and then a user forgets to delete that same symbol from the field of view. Does anyone have an automated check for checking that there are at least 2 of the same symbols? Alternatively does anyone know of a better process for achieving what we are trying to achieve?
I have a drawing which is applicable to multiple designs that use it. Creo supports import of a drawing into another drawing. Importing this reference drawing into a new design works well except for the fact that all tolerances are removed from the dimensions when it is imported into another drawing. Any ideas on why Creo is removing the tolerances upon import? Creo 7.09 Ref drawing view: Same view when the ref drawing is imported into a new drawing (no tol display).
Has anyone defined a combination state within a UDF (subordinate) and used said state in a drawing? My initial attempts to do this have not been successful. I have defined the comb state in the UDF reference model part. When the UDF is placed in a target model (as subordinate UDF) the comb state is not available for display in a drawing of the target part. I am able to show all annotations, but I have to manually show and locate the dimensions. I want to be able to display this combination state in a detailed view on a drawing without manual manipulation of any annotation elements.
I am trying to change the tolerance values displayed in the graphic window using a config file. I have entered the values I require in the config.pro and it shows up in the configurations settings as well. But the values displayed in the graphic window are different.
I'm sure this question has already been asked but I couldn't find a topic on it. Is there a way to break apart or split a "non-repeat" region table? I've imported an Excel table into my drawing and I need to break it apart because it's too large to fit on my drawing sheet. Pagination only works with repeat-region tables. -Cory
Hello I'm trying to find out if it is possible to rename a parameter value based on some dimension values.I have a model where we use a parameter called "Local_Description". This parameter is used on drawings to indicate some outer dimensions of the part. Can I create a relation that takes input from dimensions, converts them to string and set's them up in a desired way? Something along this: ad451 =100ad452=200ad453=300Local_description = ad451 & "x" & ad452 & "x" & ad453 Resulting in the following Local_description = 100x200x300 Is there a way to create this? Either with relations or with pro/program?
I have been trying to run MODELcheck in created MFG assembly (nailboard), but the button is grayed out and I'm not possible to use it. I tried to edit my config_init, but I'm not sure what exactly should I look for.
Hi,I'm working on Creo Parametric 8.0.4.0 and I recently added in my config.pro the line "tol_display yes" in order to have in my .prt files the possibility to see and modify adjustments and tolerances.It's working great except when I create, in my .drw, a tolerance not associated to a dimension.As you can see in this example, I can't see the flatness.Is there a way to solve this ?
Hello everyone, I have a customer with Creo 3.0 M180 licensed until 2017.He is using it in consultation only.Now he needs to move it to another windows pc...is it possible to do it? can i migrate the license key from pc to other pc?thanksStefano
Hello, I'm setting up our company standard .hol files. I want to define a hole with the hole command and show that model information on the drawing. My problem is when you define the shape in the hole command for a counterbore or counter sink the note information from the DEFAULT_CALLOUT_FORMAT_DATA reads the .hol file. Is there a way to have it read the actual model information and not what is in the .hol file? It is not reasonable to have have a it read the .hol file for something that is variable. I have attached an example. You can see that the note is not reading the model information.
In this tutorial you will see how to utilize the View Manger Tool to save a custom view and to navigate precisely in the graphics window. Transcription of VideoClick the View Manager Tool to display its dialogue Box.At present Orient tab is active. From here different type of views can be set and created/deleted.Here create a new view named Isometric View. Type the name and click the middle mouse button.Now Re-define this view.Orientation dialogue box will be opened.From here define the orientation of the model by specifying the Front and Top reference of the model.Switch to Dynamic Orient Tab.Here you can see Pan, Zoom and Spin navigation tools that are used to adjust the view of the graphic window. You can drag the slider or fill a precise value to operate them.Now spin the model 45° vertically and 30° horizontally. Hit Ok to exit.Now you can switch between the different views and set the view of your choice at any time.A new update to this topicThat was a manual way to s
Hello,I have an assembly which have a bunch of groups and inside those groups have a bunch of components (whose are single components and other sub-assemblies). I would like to expand those groups down to next lower level in tree or even expand down to a pre-defined level. Is there any workaround to do this?I am using Creo 7.0.6.0.B.R.R. Caetano
I am wanting to create two descriptions on the model for use on a new parts book template I am creating:Description (used on shop floor drawings)Part Book Description (Given to the customer with minimum detail )I would like the BOM table to look at model and use this logic: If model has a “Description” & “Part Book Description” use “Part Book Description”If model has a “Description” & No “Part Book Description” use “Description” I have written this IF statement but it does not seem to work. Am i doing something wrong IF EXISTS("asm_mbr_partbook")DESCRIPTION = asm_mbr_partbookELSEDESCRIPTION = asm_mbr_descriptionENDIF Any help appreciated thanks
Good day, currently I have a serious problem with Creo Parametric 5.0.1. in the student version. Every time I open an assembly, Creo doesn't find the individual parts and the link is broken. If I then find the individual part again via the history tree and the correct link exists, I save the assembly. After saving and closing this assembly, Creo loses the individual part when it is opened again and the link is faulty again. Google translate Translated by - Anurag Singh Date - 10/03/2022 Guten Tag,derzeit habe ich ein schwerwiegendes Problem mit Creo Parametric 5.0.1. in der Studentenversion.Jedes Mal, wenn ich eine Baugruppe öffne, findet Creo die Einzelteile nicht und die Verknüpfung ist fehlerhaft.Wenn ich dann das Einzelteil über den Historien-Baum neu finde und die richtige Verknüfpung besteht, speicher ich die Baugruppe ab. Nach dem Speichern und Schließen dieser Baugruppe, verliert bei erneutem Öffnen Creo das Einzelteil und die Verküpfung ist w
I am using Creo Parametric Release 4.0 and DatecodeM150I would like to use envelope models to help with managing large assemblies but I need to retain a parametric link to the mass properties of the original assembly. I have found a way to do this using a mass properties measurement feature in the original assembly in combination with relations and assigned mass properties in the envelope model, but this requires users to manually update the session ID in the relations of the envelope model. I would like to know if it is possible to automatically associate the envelope model relations with the parent assembly session ID on envelope model creation.
Hello everyone - My reference lines are not coincident with my axis despite being defined correctly. This is making it very hard to work on my projects - with all construction lines being graphed on the reference lines plane while all actual objects are being graphed on the actual axis planes. This is easiest seen in the attached screenshot where the dotted construction rectangle is on the reference axis and the actual object rectangle is on the plane axis. Apologies if the terminology is incorrect - I am a beginner. I've also included my reference line definitions. Please offer any advice - I have tried redefining my references, reinstalling the program (multiple times), importing properly defined part files (whose sketches end up looking the same way in my environment with construction lines on the reference planes and objects on the axis planes), and options / configurations from a properly working Creo parametric environment. Specs - Windows 10 environment through VMWa
Hi,switching from Creo 2.0 to Creo 8.0 and 9.0 I am no longer able to nest two or more drop-down menus in the Quick Access Toolbar.The example below is visible because I inherited the nested drop-down menu by importing the configuration of the old Creo 2.0.Does anyone know how to do it?Thank you.P.S. i'm using Creo 9.0.0.0
Hello,I have issue when converting creo files to pdf, the Silk screen text overlap and is not visible clearly in pdf.Please help me to resolve the same at the earliest.Your quick reply would be highly appreciated. Thanks in advance.Thanks,NayanaHoneywell Aerospace
Hello All, Please see attached. I have cut 3 "half moons" in my assy which cut thru the "L" bracket. I have 4 "L" brackets in a 4 sided - open front box. When I do this, the system intersects the cut with "3975as9102-4" - which results in the bom as 3 brackets and 1 bracket in the bom instead of 4 of the same. Is there a way to get this back to 4? I had the moons associated to the "L" bracket originally, but broke the association thinking it would fix the problem. Nope. It appears to be associated by the intersection Creo needs to perform. Thereby singling it out as it's own part. If it were done in part mode as a separate item that would make sense. But that is not the case. The idea here is that we have the same 4 "L" brackets and in the assembly process one will need to be modified with the half moons and weld into place. The remaining 3 will not have the cuts. Otherwise the same bracket. I agree a bit unorthodox, but I am basically modeling up a 2d print again
Hi All,I am not able retrieve Mould base and I've checked the options "Mold Component Catalog" and "Plastic Advisor" during installation and also installed mold expert extension MED-60360-CD-400_M010.zip as downloaded from PTC website.Still i am not able to retrieve Mould base, it says that it cannot be retrieved.Kindly need some advice,Thanks in Advance
What is Local & external in merge / Inhertance ? Can you please tell me the difference between them.If you have any video on specific topic, it would be really helpfull.
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.