Hello everyone,
I'd like to know if there is a possibility to set the size of the preview window that appears when adding a component to an assembly. Maybe a config-setting or something like this.
Thank you in advance!
Best regards
Uwe
Hello everyone,
I'd like to know if there is a possibility to set the size of the preview window that appears when adding a component to an assembly. Maybe a config-setting or something like this.
Thank you in advance!
Best regards
Uwe
Hi,
I worked on design of a bracket in PTC Creo Parametric 2.0. Our customer wants drawing in DXF format since they are using PTC Creo Elements/ Direct Modelling express 4.0. I have created a drawing and saved to DXF format. But the drawing i submitted is not opening in Creo Elements/Direct Modelling Express 4.0.
can anybody help me what went wrong ?? and help me in resolving this issue.
How to integrate Creo Elements /Pro 5.0 with Creo Illustrate 3.0.
Can we get the trial version of Creo Illustrate 3.0?
This was an option we used before. I do not remember how it was done. We need to make having ModelManager running a requirement before parts library can start.
Does anybody know how to do this?
Thank you
I have a 3d model that is stored in Model Manager. The model is associated with a drawing and both have the same Masterdata parent. This part is now going to be manufactured from a new material in addition to the existing material. The part geometry will not change however the drawing tolerances and notes should change for the second material. Is it possible to copy an existing drawing while keeping it linked to the same 3d model?
I have tried using the "copy" command in Model Manager. I copied the drawing from the old masterdata and pasted it into a new masterdata that i created however this command actually just shared the drawing to the new masterdata rather than actually copying the drawing to create a new drawing.
Hi,
I find out that going fron a circle in 2D to 3D structure the arc definition is not really good. Do i need to use the Spline tool to rebuild the entire circle or there is another way.
PS: sorry for my english, i am french.
thanks
I have done a model with ProE default template. Now I want to change the template to another.
Is there a quick-fix? Or do I have to model the part again? :/
To all,
I was looking to see what system requirements are needed for Creo 2, as I have on my home computer Windows Vista Business.
In searching, I have seen a demo where Vista is not listed as what you need (Xp, W7 or W8 is shown), but also seen conversations where people have said they have successfully loaded abd run it on Vista.
Can someone tell me if you can or cannot run Creo 2 on a Vista operating system.
Dennis
When can we expect (and what major improvements/features) Creo Direct 19.0?
I want to set up a part to be used as a gateway of communication (a flag in case something changes), but at the same time it does not bring into the PDM (Windchill in this case). I'm thinking of a skeleton part but struggling with the following issues:
1. How do I make changes where outside my modules are affected and they get flagged? For example, I own the engine and somebody else owns the transmission. I make a change to the engine, and somehow the transmission owner is "flagged" because the changes happen at the interfaces between engine and transmission. In this transmission's skeleton should have some features that tie to my engine. This goes both ways of course.
2. If I establish relation between engine and transmission per #1 but I don't want to bring in unncessary assemblies except my engine, what are some possible solutions? By copying external geometry and retaining dependencies I now have to bring in the transmission every time I check out the engine in Windchill. That's not what I want.
Anyone in similar situation have any suggestions or recommendations?
My goal is to create an IF / THEN / ELSE statement in LISP.
To test this I tried to delete "/w1" and "/p1" at startup. (Since some users may have their system to automatically add these at startup.)
At a basic level, this works in some cases:
But if they dont have "/w1" or "/p1" loaded, then it will create an error trying to delete something that isn't there,
So I tried to make a conditional statement:
I tried this, but after many variations, I had no luck creating an "ELSE" part of the statement
Does anyone have a solution for this?
Currenly I am looking for a IKIT function to inquire the color of a line in a workplane. I did not find any. there is a sd-inq-edge-color but it only returns the color of 3D edges. For geometry on a WP it delivers nil. Also the command edge_2d_prop does not return anything but nil.
Is there any other command or function that returns the color value?
Hello everyone,
I have a problem regarding detailing in proe wildfire 5. I have created few drawings in proe with few annotations, updated layer status and given dimensions. When i save the drawing & close it & then if i go for erase not displayed and agian open the same drawing, except dimensions all other things are getting saved. All the dimensions are automatically getting deleted from the drawing. This is happening with all the drawings that i have created. Everything related to drawing is getting saved properly except dimensions. I have tried many solutions for this but nothing worked...Please give me the solution for this.....
Hi
I have downloaded Creo Elements/Direct Modelling Express 4.0. When I open the programme it does not take me to the registration screen but instead displays an error message stating that I don't have a valid license for the programme. I have installed and unistalled twice with the same result. I need help urgently.
Hi
I am trying to get the folder object by passing the folder location in String form but it is throws me a error message, can any one please help me to how I can get folder object
String path = "/DEFAULT/new Folder";
Folder folder=FolderHelper.service.getFolder(path);
(wt.inf.container.containerResource/26) wt.inf.container.ClassicContainerNotFoundException: Context not found: "Windchill PDM"
2014-06-17 18:17:16,985 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at wt.inf.container.WTContainerHelper.getClassicRef(WTContainerHelper.java:388)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at wt.folder.StandardFolderService.getFolder(StandardFolderService.java:701)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at java.lang.reflect.Method.invoke(Method.java:597)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at wt.services.ServiceFactory$ServerInvocationHandler.invoke(ServiceFactory.java:399)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at $Proxy35.getFolder(Unknown Source)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at ext.company.folder.FolderHelperCust.getFolder(FolderHelperCust.java:14)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at wt.workflow.expr.WfExpression120621.execute_ROBOT_EXPRESSION_(WfExpression120621.java:25)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at java.lang.reflect.Method.invoke(Method.java:597)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at wt.workflow.definer.WfExpression.executeTransition(WfExpression.java:1172)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at wt.workflow.definer.WfExpression.execute(WfExpression.java:418)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at wt.workflow.robots.WfExpressionRobot.run(WfExpressionRobot.java:147)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at wt.workflow.engine.StandardWfEngineService.runRobot(StandardWfEngineService.java:917)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at java.lang.reflect.Method.invoke(Method.java:597)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at wt.queue.QueueEntry.execute(QueueEntry.java:231)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at wt.queue.QueueRunnable.run(QueueRunnable.java:186)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
2014-06-17 18:17:17,110 INFO [WfUserWorkQueue.PoolQueueThread] wt.system.out wcadmin - at java.lang.Thread.run(Thread.java:662)
CIao to all guys
I am in need to find the manual (it will be much better in italian) for Pro enginner wildfire 4.
My director ask me to take a look on how to use it and for me it is something completely new.
Thanks to all in advance
Hey everyone.
I have been having an issue ever since our previous CAD support person, notice I said previous , modified my system to use floating licenses.
Now everytime I start the application I get a message saying that the portable license has expired dated 11/23/2012.
Yes I have been clearing and closing the window since then because we don't know what he did.
Also, now I am unable to check out portable licenses using the licensing configuration client.
Now we aer stumped and his recent response was to re-image my laptop and reinstall the software.
Anyone have experience with this?
We have tried everything.
Thanx
Bill
Hello,
I have encountered the folowing issue with Model Manager:
A Master Data article has got reserved to my Model Manager user and i cannot unreserve it now, the unreserve button is grayed out. I have unreserved the corresponding 3D model and 2D drawings.
Is there a solution to this problem?
Thank you,
Paul Borlan
Is there a possibility to prevent or block user customization in creo elements/direct modeling 18.1? We want to block changes to the ribbon, toolbars, shortcut keys, ...
I'll tried to delete the folder "18.1" everytime modeling closes or just before starting, but it doesn't work. Does somebody know another way to do this?
thanks in advance