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

Computer brands and XEON vs i7

$
0
0

I know that we should use certified workstations because of tech support calls.  I actually have had them ask me that over my 25+ years of working with their products.

 

What I am interested in is knowing who uses either BOXX or Gruman for their computers.  Also I am interested in how many seats of CREO you own and if you are on support.  I know, this might be better as a poll.  I'm trying to find anything that will speed up our users.

 

Also interested in finding out about XEON vs. i7 that is overclocked.  Is there an actual benefit?  Does the i7 crash more because the memory is non-ECC when using CREO?


problem solve sketch window

$
0
0

good morning, when I go into conflict the sketch that I have to update the references, the window is fixed and is not allowed to edit or enlarge .. why? I create in 3 you could be done.

How to make sketches to show inside swept blend or sweep feature?

$
0
0

Hello all,

 

I am using swept blend tool to make a profile by defining different sketches as section of the blend, my task requires all the sketches to show inside the feature, no sketches are allowed externally on a model tree, its like when you click extrude feature it asks for placement of the sketch weher you select a plane and create your extrude profile and when you press OK the extrude is cerated with skecth inside it (internal skecth) rather than on outside of extrude feature, I want the same thing for swept blend and sweep feature for skectes to show inside. Please help

 

Thanks.

Calculate points along a curve

$
0
0

I need to calculate the points along a curve at a specific distance.   I need to do it for each type of curve.   Any ideas?

Own weight

$
0
0

Hello

InCreo3.0whenitsimulatesapiecesubmittedonlytoitsweight

ownbased onaccelerationanddensity,there - itawayof

findthisgotweight?

 

Thefunctiontocontrolexpensesonapiecedoesnotwork.

 

Kind regards.

Denis

Use Simplified Rep in Relations

$
0
0

Hi,

 

I have assembly of, let's say, 2 components, A and B. They are assembled at distance D and angle X with respect to each other. Now I want to create 3 different simplified Rep in my assembly, say 1, 2 and 3. My requirement is to change values of D and X with each Simplified Rep, I choose to have in my assembly to be active. i.e. For Simplified Rep 1,

Value of D=d1 and X=x1;

For Simplified Rep 2,

Value of D=d2 and X=x2;

For Simplified Rep 3,

Value of D=d3 and X=x3

 

I think, there should be some way to link simplified Rep name and dimension through relations, to change the dimension values with respective Simplified Rep. Or is there any other way around to achieve this without adding same component multiple times in assembly? Please help.

 

Thanks,

Bhavin

When you use Style, how do you feel?

$
0
0

Personally, I feel like I am disassembling the bomb of dust2 zone b.

JavaFX in J-link

$
0
0

Hello guys,

I am trying to implement JavaFX in my J-link app. A JavaFX app is run by calling main method of the JFXapp class. When I call main method in start method of J-link app, the java.lang.ClassNotFoundExeption is caught.

Can I somehow solve this problem to implement JavaFX components in my J-link app?

 

PS: my source code:

 

--------- J-link app class ----------

import com.ptc.cipjava.jxthrowable;

import com.ptc.pfc.pfcGlobal.pfcGlobal;

import com.ptc.pfc.pfcSession.Session;

 

public class TestApp {

 

    public static void start() throws jxthrowable {

      

        Session curSession = pfcGlobal.GetProESession();

        curSession.UIShowMessageDialog("App started !", null);

        String[] args = {};

        JFX.main(args);

    }

  

    public static void stop() {

      

        System.out.println("Stopped");

    }

}

--------- JavaFX app class ----------

import com.ptc.cipjava.jxthrowable;

import com.ptc.pfc.pfcGlobal.pfcGlobal;

import com.ptc.pfc.pfcSession.Session;

import javafx.application.Application;

import javafx.scene.Group;

import javafx.scene.Scene;

import javafx.stage.Stage;

 

public class JFX extends Application {

  

    public static void main(String[] args) throws jxthrowable {

             

        Session curSession = pfcGlobal.GetProESession();

        curSession.UIShowMessageDialog("Class of JavaFX app found!", null);

      

        try {

            launch(args);

        } catch (Exception e) {

          

            curSession.UIShowMessageDialog(e.getMessage(), null);

        }

    }

  

    @Override

    public void start(Stage primaryStage) throws Exception {

        init(primaryStage);

        primaryStage.show();

      

    }

  

    private void init(Stage primaryStage){

      

        Group root = new Group();

        Scene scene = new Scene(root);

        primaryStage.setTitle("JavaFX-J-link app");

        primaryStage.setScene(scene);

    }

}


In sheetmetal

$
0
0

I have one doubt,,i created one part thats like pramid..am attached here also,but i need to bend 1 degree angle then it will be flat pattern also,..this is creo 2.0 version

Wire Stress Analysis

$
0
0

Hello,

         can we analysis wires stress in creo like attached video?

Are there any tutorial regarding all mechanism connections like planar, bearing, ball , slot, 6dof and force motor and force torque? How to use these and when to use these?

$
0
0

Hi I have seen that in Creo mechanism portion is one of its best feature. It is really related to mechanical engineering. But there are no such tutorials available in Youtube and learning exchange about how to use all mechanism constraints like ball, planar , slot, general, bearing, 6dof etc also how and when to use force motor and force torque . How to use 3d contact, damper, gravity. Only tutorials about pin and slider are given but there are other connections too.

 

I request all creo users to share their experience and methods to use this options.

 

Thanks

With regards,

Soumya

Trying to import a Solidworks File into Creo Par 2

$
0
0

I have done some homework on this already. I figured that something isn't quite right with my settings, or something like that. I want to import a Solidworks file. From one source on the internet I heard that Creo Par 2 can import Solidworks files. There is suppose to be a selection for that. On my menu I don't see that option. HELP!!!

tolerance in Hole feature dimension

$
0
0

Hello

 

Could anyone help me to understand how to add tolerance specific to H7 into hole?

 

I have Creo 2.0 M080.

 

Thanks and Regards

Ketan

Stop Assemble Regeneration

$
0
0

Hello

 

Does anyone know a way to stop or cancel the regenerations of an assembly?

25-02-2017 10-07-36.png

 

I don't know why we have this Stop button...

What is the web address of "PTC Help Center CN"?


If the auxiliary applications and J-Link are available in Creo Strudent Edition?

$
0
0

I use Creo 2.0 Students Edition to learn it and I'd like to know if the auxiliary applications and J-Link are available in the Student Edition or only in the professional editions?

Currently the Auxiliary Applications button is disabled.

FIXED LENGHT OF DATUM CURVE

$
0
0

hello everybody,

is it possible to set a relation in which fix lenght od datum curve?

thanks

While Using ModelCheck Model Update mode, how not to delete extra parameters

$
0
0

While Using ModelCheck Model Update mode, how not to delete extra parameters?

DRW to PDF in batch

$
0
0

Hi,  Anyone suggest me a way to save all drawings in a folder to save as pdf.

If i have 20 Drawings in a folder in 'drw' format. How can i save all drawings to pdf in batch.

How to make @S DIMENSION AS BASIC DIMENSION?

$
0
0

OVERRITED.jpg NEED TO CREATE BASIC @S DIMENSION. HOW TO DO SAME.

ALSO SUGGEST FOR @O BASIC DIMENSION.

Creo

Viewing all 8685 articles
Browse latest View live


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