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

As a drawing view may get larger, all annotations with leaders should not move

$
0
0

If you have ever increased a model/assy size and your drawing view gets larger, all your leader notes end up moving around.  The annotation should be placed relative to its "picked location" and stay with that location over time.  It should not move if your drawing view gets larger.  This needs to be fixed as it is more intuitive then stuff moving around just because your view extents got larger.


Calculating ASM projected area...

$
0
0

Does anyone know of an EASY way to get the projected area of an ASM in a particular direction normal to a plane?

Image result for wind loading of structures

 

I want to use this to find the maximum "windward frontal area" to use in performing Wind Loading calculations on a substation structure.

 

Thanks in advance of anyone's assistance! I appreciate the BoK(Bevy of Knowledge) of this community.

Object Toolkit vs Pro/TOOLKIT - current status?

$
0
0

Hello to everyone,

 

does anybody know how much of the commands from classic Pro/TOOLKIT has been migrated to Object Toolkit C++???

As far as I can see from the  Creo 4 API browser it seems to be quite quite complete.

Or is it still at 50%???

 

Thanks for any answers.

 

Andreas

Future of Pro/Web.Link in Creo Parametric

$
0
0

Hello,

 

does anybody know about PTC's future plans for supporting today's API "Pro/Web.Link"?

 

This API is based on ActiveX components and apps (HTML/JavaScript) can only run inside Creo's embedded web browser.

So everything works fine with Creo4, Windows 10 and Internet Explorer 11.0 (still in Windows 10).

 

So IE and ActiveX technology isn't the future for Microsoft browsers - the current version of Edge doesn't support ActiveX.

 

Anybody out there who knows what might be PTC's web solution for the future (CAD related).

 

THANKS!

 

Andreas

How to show surrounding components of an asembly

$
0
0

Hi to all,

i need to make drawing of assembly in such a way that surrounding components are showed in views like in example picture:

Capture.PNG

As you see surrounding components (in green) hides components of original assembly (black).

Of course, drawing model have to be original assembly.

Any idea will help.

 

Vitomir.

Where's that "one" icon?

$
0
0

If you are familiar with the "one" icon, you appreciate its ability to locate a selected part or feature within a model tree.

So... where is this thing in Creo 3?

one.PNG

Future of TOOLKIT

$
0
0

Piling on Andreas' questions.

 

Does anyone know the future of Creo Parametric Toolkit (formerly known as Pro/TOOLKIT)?

 

At one point, PTC (Bipin Kochar) said as of Creo Parametric 6, Creo Parametric Toolkit would be replaced by Object Toolkit. After taking over, Mark Fischer said that was no longer the situation.

 

Thanks for any update.

 

Bob Monat

Installation Issue

$
0
0

Hello,

 

At my company, they bought 3 floating licenses.

 

Now we already downloaded Creo, but nobody knows how to install it! Should I maintain my licenses on the server? On the local machine? Does anybody has a guide? Should I install other software first?

 

Thank you.


When creating a new part,whether the default type can be changed to sheet metal?

$
0
0

When creating a new part,whether the default type can be changed to sheet metal?

sistance: licenCreo 2 doesn't complete licensing: installation asses: license summary: status: "Starting.."

$
0
0

Dear Community

 

The license file "license.dat" includes licenses for several creo tools not included in the creo student version I used beforehand.

 

The problem is:

After having declared the path, the status changed to Starting... (see image below) however afterwards didn't (even after hours) switch to Succeed.

Among others I also crated a text file "license.txt" and reinstalled creo several times (deleting all related data).

 

Is there any literature related to this issue. Most contend (like manuals) is not availaible for student users.

Does anyone have an idea?

Thanks in advance!

 

Stephan

Why won't Distributed Batch run?

$
0
0

I'm working with Creo 3.0 M120 and attempting to use the Distributed Batch application to save a large directory of files as PDFs. However, when I try to run the dbatchs.exe, nothing happens, not even an error message. What could be wrong?

Creo3.0 m120 installation hangs

$
0
0

Yet another issue with Creo 3.0 rollout.   Hoping others have seen this.  I've have a couple machines that have hung after you make your selections select the final install button.   They both stop at the same place.  The cpu sits at zero %, that is after you wait 5 minutes for task manager to start.   This has happened on a fairly new machine.  The kicker is I quit out, tried again.  It all installed.  But it wont run at all.  No errors nothing even comes up.  This is clicking parametric.exe, not an icon.     Coupled with the Creo Agent errors that still have not been solved by PTC tech's 6 hours remotely digging into our workstations ( I commend them they are working diligently on this) its hard to have any confidence in the this software actually creating geometry accurately when it struggles to copy a file and set an environment.

 

Both hung installs have stopped at this exact point.

 

Change drawing view to different family table part

$
0
0

I  completed a drawing of a part and then later on added a family table to the part.  Now I want to change some existing views to show a different instance of the part.  Is this possible?  I have not found a way to do it.  I have added the models to the drawing.

How to get Fixture offset value by using FIL?

$
0
0

Hello Programmer,

 

I met a problem of FIL that I need to get "Fixture offset" value by using FIL, I can't find the number code of "Fixture offset" in the Gpost. Can you teach me how to compile FIL to get "fixture offset value?  thanks!!

Have a good day!!

Mark Rao

Groove feature

$
0
0

Hello

 

Is it possible to create Relief Groove feature using Creo toolkit?

 

I am having Creo 2.0 M080.

 

Thanks and Regards

Ketan


what is quality agent registry

$
0
0

What is quality agent registry to open Creo 3

Export Points with Fillet(Radius) from curve in a part using Vb.net?

$
0
0

Hi all,

 

is it possible export all points and fillet(radius) for the curve using  vb.net.

 

If you have any example, please let me know.

 

Thanks in advance.

Is it possible to create balloons for sub level assemblies componentes in a nested repeat region table

$
0
0
  • Is it possible to create balloons for sub level assemblies componentes in a nested repeat region table

place a udf by web.link / jlink in a part using external References

$
0
0

CODE:

 

var assembly

function udfInPart()
{
  session = pfcGetProESession ();
  assembly     = session.CurrentModel;
var part         = session.GetModel ("60606060-000.PRT", pfcCreate("pfcModelType").MDL_PART);
// =========================================================================================================
var ids = pfcCreate ("intseq");
   ids.Append( 0 );
  var path = pfcCreate ("MpfcAssembly").CreateComponentPath ( assembly , ids );
// =========================================================================================================
var items = assembly.GetItemByName( pfcCreate("pfcModelItemType").ITEM_COORD_SYS, 'ACS_TOOL' );
// =========================================================================================================
var sysRef = pfcCreate("MpfcSelect").CreateModelItemSelection (items, null);
// =========================================================================================================
var Ref1 = pfcCreate("pfcUDFReference").Create("ACS_TOOL", sysRef);
       Ref1.IsExternal = true;
// =========================================================================================================
var Refs = pfcCreate("pfcUDFReferences");
       Refs.Append (Ref1);
// =========================================================================================================
var UDFInsts = pfcCreate("pfcUDFCustomCreateInstructions").Create("test_udf");
       UDFInsts.References = Refs;
var NewUDF = crvSet.CreateUDFGroup(UDFInsts);
}

PTC/User Winter Event: San Diego: January 16-18

$
0
0

PTC/User announced a new Winter Event that will be held in San Diego CA January 16-18. Early Bird pricing has been announced at $500 by Aug 31. This event is still being planned out, but it will be a Great Opportunity for Creo Users to get together and learn from each other as well as another opportunity for Working Groups to meet Face to Face.

 

This is a PTC/User event, PTC will be invited, but their attendance is not mandatory. This is meant for the Users to share their stories and experiences with each other in an Open Forum environment. While working with PTC to plan future improvements is nice to be a part of, we all have to use the software as it is today and can learn quite a bit from one another.

 

I plan on attending the Winter Event and I would like to know how many of you can attend as well. I would like to block out time for the Multi-User Creo Schematics Working Group, as well as some General Routed Systems sessions.  Let me know your thoughts, and if you are interested in leading a discussion during the open Forum.

 

Thank You,

Aron Oler

Viewing all 8685 articles
Browse latest View live


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