Quantcast
Channel: PTC Community : Unanswered Discussions - Creo
Viewing all 8685 articles
Browse latest View live

Creo 4 - How do I delete a table row?

$
0
0

This seems like a basic question, but I can no longer delete table rows in my drawings.  Columns are easy (RMB > delete).  Rows I'm at a loss.  Can anyone help me?


"Use element from existing mesh file" is greyed out, I cannot pick it. Why?

$
0
0

I am in Creo Simulate, I created a mesh file with autogem and saved it, I want to use this mesh in the analysis, I go to run settings/ override defaults and the pick "Use element from existing mesh file" is greyed out, I cannot pick it.  Why?

Manufacturing tab

$
0
0

Is there a way to make the Manufacturing tab active when opening or creating a manufacturing part upon startup instead of the model tab?

Two-Line Entries in Modules' and Reports' Tables?

$
0
0

When generating tables from reports, I would appreciate being able to make two-line entries, especially in the Header row. For example, not "Part Number" but "Part" over "Number". Is there a character or method for forcing one line to be two? Word wrap in the table styles options would be a plus.

 

Regarding labels, my understanding is ^n can force a line break. However, this key combination unfortunately does not work with modules' or tables' text.

ProServerRegister in Creo3 Toolkit Issue

$
0
0

Recompiling a WF5/CEpro5.o toolkit program to Creo 3.   The particular program runs as an unmanned batch system.   The program registers Windchill in the User_Initialize function.  Now that I compile the code to Creo3 I just get a flashing window when the ProServerRegister command is used.  Its the exact same as the issue reported in the unresolved CS246648 - which shows a video of the behavior.   Their example is slightly different because a user is clicking a button to initialize the toolkit registration, but same thing.

  Is anyone in any version of Creo3 able to perform a ProServerRegister?    If so whats your datecode?

 

 

  This code has worked for years.

 

tkerr = ProBrowserAuthenticate(username, password);   returns 0  no error.

 

tkerr=ProServerRegister(serverAlias, codebaseURL, WINWName, &aliased_url);

Saving seperate 3d models as a PVZ

$
0
0

Hi everybody,

 

Is it possible to save out only certain 3d models as a PVZ file from an assembly within CREO illustrate? I would prefer to have only certain parts saved and not the whole assembly within that file format.

 

Thanks!

Creo becomes pixelated when working with large components

$
0
0

So, we recently had a user that receive a new workstation (HP Z440) with up-to-date drivers and BIOS and a factory installed AMD FirePro W2100 GPU, which was later replaced with an NVIDIA NVS 510 2GB GFX GPU.  Since the new graphics card was installed, the user is not able to work with large components without encountering lag and pixilation of the on-screen image.

 

I was wondering if anyone has ever experienced this or has any ideas on what could be wrong?

 

Any advice would be appreciated.

Dxf inserts in wrong orientation to sheet format

$
0
0

Hello;

     I'm a SW user who occasionally gets asked to output dxf's as cgm file, & we have Creo so I can do it within that. I inserted the data from the

dxf into a drawing, & if I say fit, everything comes in different scales, however if I say don't fit to scale, it comes in proportionally but not within the

format area. How do I move it within the format area?

 

Thanks;

Rob_D


Help

$
0
0

I need help, i am having hard time to answer this question: PRINT OUT RELATION.
* Create a simple block with height of 100, width of 200, and depth of 100 (Which i was able to do)
  Then add a hole of 10 diameter that is 50 from left side and 25 down from top ( Which i did)
  Create a simple relation that will maintain this 1/4 height and 1/4 width distance from left corner no matter what the overall size (Which i did)

 

This is what i am having hard time:

Rename dimension symbols to logical names, and print out relation and PDF model

what is In session files

what is name and common name

Creo 4.0 unable to start due to (-97) The desired vendor daemon is down error

$
0
0

Dear all,

 

I have recieved latest license file for creo 4.0. I am able to run creo 2.0 & creo 3.0 using that license file.

 

But only at the time of creo 4.0 launch getting this error.

 

@

how to create dll file in protoolkit

Creo 4.0-M010,Flexnet 11.14 higher need

$
0
0

While i installed creo 4.0(M010),why it need flexnetadmin .In old version Creo 3.0&Creo 2.0(All Datecode),it wont need flexnet. Although Creo 4.0 is the latest version,but why i taken license by flexnet?.There is possible to push the license by automatically(lmadmin).

Adding step file to assembly using VB API

$
0
0

Hello,

 

My work is doing assemblies from multiple parts that I always get as step files that I assemble into machinery. What I usualy do is add every single step file before even assembling. Since creo let's me add only one file to assembly at a time this part sometimes takes quite some time.

 

I want to write VB API script, that would let me choose multiple files and then it would add them to assembly without any constraints. Just so I could see them in viewport and tree. The problem for me is that I can't make VB Api to even open step files. In any form whatsoever.


WHAT IS THE DIFFERENCE BETWEEN VB-API, J-LINK & WEBLINK (APPLICATION WISE)

$
0
0

Hi all,

 

     I have been using the CREO software from past 4 years but very recently i started to explore the Customization part of creo. Till today i have only used VB-API in the customization module. Can somebody tell me what is the difference in VB-API, J-LINK, WEBLINK, i know all are using different languages what i want to know is Application wise what is the difference or to specify in deep what will be advantage of using "J-LINK" over "VB-API" or Vise-versa.

 

With Regards

Aghil.M

XStringTooLong

$
0
0

i am acessing my model file from a location by following Code.

session = pfcGlobal.GetProESession();

sdf="C:\\Users\\350\\Desktop\\xxxx.prt";

  ModelDescriptor md = pfcModel.ModelDescriptor_CreateFromFileName(sdf);

  RetrieveModelOptions rmo = pfcSession.RetrieveModelOptions_Create();

  rmo.SetAskUserAboutReps(false);

  Model modele = session.RetrieveModelWithOpts(md, rmo);

  Window window = session.CreateModelWindow(modele);

  modele.Display();

  window.Activate();


Its smoothly working....

But sometimes the location is changed.

 

sdf="C:\\Users\\350154\\Desktop\\C:\\Users\\350\\Desktop\\javaGUI\\modelgen\\dist\\mastemodels\\xxxx.prt";

Now there is an error is populating.

String length is too long.....

Please help me to solve my issue ....

Thanks in advance.......

Java Tool not works in new Session

$
0
0

I am involved a GUI in a proE session.When i open a new ProE then the tool working fine.But at the same time if i open a new part File=>new=>Part then a new session open.But i can't able to access my tool here.I don't know what is the problem am facing.

Using pattern quantity &p0 in annotation and decimal places

$
0
0

Is it possible to get the pattern quantity to not show any trailing zeros in an annotation without creating a 'work around' relation?

 

 

 

pattern qty1.jpg

 

pattern qty2.jpg

Using the VB API to create a drawing with a custom template, getting error pfcExceptions::XToolkitNotFound'

$
0
0

Hi,

I'm trying to use the Visual Basic API to create a drawing with a custom template, but I'm getting the error message:

 

System.Runtime.InteropServices.COMException: 'pfcExceptions::XToolkitNotFound'

 

The line of code on which I get the error message is:

 

Dim drawing As IpfcDrawing = session.CreateDrawingFromTemplate(Mdl.CommonName, "D-CUSTOM", Mdl.Descr, drwnCreateOptns)

 

I tried changing the template to an out of the box template and that works, so it has to be the custom template, is there anything I'm missing?

Viewing all 8685 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>