Recently active
I need some cabling support, specifically: I need to run a series of cables through a conduit. I use the route network first, then the route cables. To have them side by side, I copy the network of the first one, at least for the straight segment. What I need is if there's a way, when I route cables, that my cables must fit inside my conduit, so I can set some clearances. If there are a lot of cables and they don't fit within the clearances, please let me know. Basically, I need the same thing you use for the holes; that is, I set the maximum clearance diameter through which certain cables can pass, but instead of circular areas, I need rectangular areas since they're conduits.Thanks in advance.
No question but a tip. I want to have the dimensions of a bush in the parameter SubtitleIf a dimension is rounds to zero, then I don't want that zero in the Parameter subtitle.Example:di = 0.8L = 2.5D = 4 RTOS defaults to rounding to 1 decimal (RTOS is available from Creo 11 and higher)If I would do it that way then it would be SUBTITLE = \ "d" + RTOS(Di)+\ " L" + RTOS(L)+\ " D" + RTOS(D)Which would result in Subtitle == d0.8 L2.5 D4.0 If I would type RTOS(D,0) then it would be "D4"With that knowledge I made an equation for how much decimals I need.Ceil(D - Floor (D))In this case if D = 4,2 it would be 4,2-4 which is 0,2 and it is then rounded up to 1If D = 4,0 then it would be 4,0 - 4 which is 0 and it is then rounded op to 0So then you getSUBTITLE = \ "d" + RTOS(Di,Ceil(Di - Floor (Di))) +\ " L" + RTOS(L,Ceil(L - Floor (L)))+\ " D" + RTOS(D,Ceil(D - Floor (D)))Which would result in Subtitle == d0.8 L2.5 D4But we are not there yet, because in edge cases where you h
Service Temporary Unavailableというエラーメッセージが出て対処方法がわかりません。無償版が使える環境にするにはどうしたらよいか対処方法を教えていただけませんでしょうか?適切なご回答がいただきたいです。
How can I move the arrow position of the dimension using toolkit.Please refer the picture.I didn’t found any specific API.
Hi, I tried this How to get Layer status of Drawing layers | Community but it is not working, if I pass the ProMdl as drawing, if you have solution can you please share the code snippet //ProMdl model = (ProMdl)solid; //ProMdl model = (ProMdl)drawing; -→ fails here /* Visit layers */ ProMdlLayerVisit( model, (ProLayerAction)LayerVisitAction, NULL, (ProAppData)&view );
I recently purchased a student licence for Mathcad Prime 12. After download, unzipping and installation, when I try to open the app, it automaticly crashes. After analyzing it with Eventviewer it seems that the app cannot locate resource 'worksheetresources.xaml'.What can I do about it?
Hi, the server for using direkt modeling express is down therefore i cannot copy an activation key, can you help please?Best Andre
Ive been struggling to creat and report on the same run of modelcheck batchcreo 8.0.9.0 windows 11Ive already tried to input a list with xxx.prt.1 and long after xxx.prt.2 but it didnt work as well.
Hello !I run Creo 9.0.12.0 and I set the config.pro option auto_add_remove to yes. However, it looks like the option is not applied by Creo. No matter what side I move the extrusion arrow, I still have to select “Remove Material” to, well, remove material. Any insight here, please ? Google found nothing so far.Thanks !
Current version: Windchill 12.1 with Creo Elements/Direct Modeling 20.7 When using CED Modeling in combination with Windchill, it is possible to show Windchill attributes in the structure browser through structure browser views. It would be great to have these attributes also shown in the tooltip when hovering over a component (instead of showing the structure browser path of the selected component) in order to have more clarity/information when navigating the viewport.
I am using Creo Parametric Release 12.4 and Datecode12.4.3.0Subject: Creo 12.4 + Windchill: J-Link Model.Rename() always returns XToolkitCantModifyWe are migrating a Java J-Link workflow from Creo 6 to Creo 12.4 in a Windchill-linked environment.In Creo 12.4, Model.Rename(newName, false) fails consistently with XToolkitCantModify for both .asm and .drw.Isolated test (minimal):1. RetrieveModelWithOpts() on MAC_NEXTAIR_2.ASM and MAC_NEXTAIR_2.DRW2. CheckIsModifiable(false) => true3. CheckIsSaveAllowed(false) => true4. Model.Rename(...) => XToolkitCantModifyManual rename from Creo UI (same environment) works.We reviewed CS419079 / CS419066 about read-only policy since Creo 10, but our case is unclear because modifiable/save-allowed are true while J-Link rename still fails.Please confirm:1. Is J-Link Model.Rename() supported for Windchill-managed models in Creo 12.4?2. Is checkout mandatory for rename in this context?3. Is there a known difference between UI rename and J-Link rena
How can the default on drilled holes be changed to 140°? While 118° may be standard for a lot of drills, almost all of our drills Ø3/8 and up to Ø1-1/4" are 140° inserted tips. As a Creo NC user, I change models all the time sent to me by Engineering that have holes put in at 118°, just to match the drill that I will actually be using.
Can someone let me know the steps to create curves/splines from CSV Ai file?SEE Attach.It's AMAZING how fast Ai is catching up with human mind. PTC need deeper thinking… hahahaNEED TO BE ONE STEP UP!Creative Creo!
I am using Creo Parametric Release 10.0 and Datecode10.0.9.0How to create drawing template in HMX. Is there any option to apply sort and filter in data tables generated by HMX. After generating flattened harness drawing how to change orientation of connector.
I am using Mathcad Prime Release 11.0 and Datecode11.0.1.0The attached file crashes every time I change 'k'.Here are the errors that I facedNo warning. It just shuts itself down.
I just had Creo 10.0.7.0 crash. Thankfully I was no longer in any models at the time of the crash. Just starting to open a file. When I restarted Creo, all the “Recent” files are not from today - I had just seen them and chose one when the crash occurred. Any thoughts?
Hello,I have tried to upload the mathcad file, but it does not allow me. The following was working in mathcad 15, but it does not evaluate in prime Thanks,Sam
We normally retrieve hole features from part files using Solid.ListFeaturesByType(false, (int)EpfcFeatureType.EpfcFEATTYPE_HOLE). However, this code doesn’t work for certain ISK part files and returns a null group value. Please explain, why the part file is returning a null group value?
I’m currently using Creo 4 to test interference detection through VBAPI in C#. When I try to run the same code in Creo 11, the application launches and the working directory is set successfully, but I receive a 'pfcExceptions::XToolkitInvalidName' error at the line session.OpenFile(modelDesc1).Activate(); One more question: Does Creo 11 support rotating and zooming the assembly to capture the interference location?
Now that the Community is back… I wanted to share a cool statistic. CREOSON - the Open Source API for Creo Parametric has achieved over 10,000 Downloads! 🎉 You can learn more about it, and download it, at https://creoson.comNOTE: A lot of time, energy, and cool people have been working on this for many years.😎 Hat Tip to the CREPYSON Project for their awesome contributions! (Python Interface) Happy Automating! Dave
Hi all,For our assemblies, we add a BoM table to the drawing. These were setup a while ago, and we have a few different tables saved for different purposes. The main one is a simple table with a repeat region as followsThis works fine for most of the parts, but it doesn’t allow us to define a different part number other than the one defined in Windchill. If we were starting again with our installation, we would probably add a relation in the start part against a parameter such as ‘BOM_PART_NUMBER’ which defaulted to the Windchill part number but could be changed by the user. This parameter would then be what is defined in the repeat region.However, we now have many thousand parts and none of them have this parameter, and so we cannot change the part number in the BoM without changing the file name of the part.Having done some research, it looks like relations can be added to the repeat region, and so a conditional statement can be added. Descriptively, what I had in mind is that if the
I am using Creo 10, When I go to Creo Simulation Live and click on “Study”, the “include thermal” option is grayed out. I am trying to perform a multi-physics analysis to determine the effects of thermal expansion. I found a video by PTC that is exactly what I need to do, but I can’t select the “include thermal”. This video is for Creo 9, so I would think Creo 10 has the same capability. The option is there but just grayed out.
Hi there,I am having difficulty identifying spot weld symbols and holes in the drawing.I attempted to modify the datum point symbols to circles through the detailing file and also tried filling the circles. However, this approach is time-consuming, and I am unable to select all spot welds at once.Is there a way to streamline this process?
Hello!A new year and a new crash unfortunately.I was working with this document and saved it. The next day when opening it i just get "The file type is not supported".Can it be recovered? Would help alot 🙂I attached the failing document and a log fileKind regards, TomPrime;7.0;FileNotSupported;Crash;MathcadPrime
Document with corrections, there was an error in the Mathcad formula.
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.