Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TiagoFigueiredo

    VB api String parameter

    Hello, I'm developing an API to fill the parameters of some parts. Till now I'm able to fill the parameters of type Real Number. But for String parameters, I'm unable to change it's value by the VB API. Any idea of how to do it? This is the code Dim asynconn As New...
  2. TiagoFigueiredo

    vb find specific face and axis of a hole

    I want to build a macro in vb, to insert an udf in my parts. The inputs for that udf are: 1-axis of a hole 2-one of the faces of the cylinder counterbore hole. counterbore hole has 2 cylinder faces. My aim, is to select the hole feature, and the app, finds the axis of the hole, and the...
  3. TiagoFigueiredo

    Running a vb.net .exe file

    I everyone. I created a vb.net .exe file, and it's working while i'm debugging running in visual studio, or directly executing the .exe file generated to bin folder. Now i'm trying to create a mapkey to run that .exe file. But no success. In mapkey I've insert the the file location in the...
  4. TiagoFigueiredo

    Vb api save

    Found it :) Dim asynconn As New pfcls.CCpfcAsyncConnection Dim conn As pfcls.IpfcAsyncConnection Dim session As pfcls.IpfcBaseSession conn = asynconn.Connect("", "", ".", 5) session = conn.Session model = session.GetActiveModel window =...
  5. TiagoFigueiredo

    Vb api save

    Hello, I've made the conection between vb and creo. Now I need some help to do the following: 1st I need to save the screen image to a file *.png to a file 2nd If I have an assembly oppened, I need to reed the parameters from the activated part. Not the displayed assembly, but the...
  6. TiagoFigueiredo

    How to get analysis measurement feature into a relation

    Hello, See the video in attachment. This video was created in a simple CREO license, by the way it's a CREO Trial version. Hope it helps. Tiago Figueiredo Tooling Engineer Youtube channel...
  7. TiagoFigueiredo

    Creo API VB

    How much can it cost a license of pro toolkit? Tiago Figueiredo Tooling Engineer Youtube channel: https://www.youtube.com/channel/UC1qdlBeJJEgMgpPLVJoOIOw
  8. TiagoFigueiredo

    Creo API VB

    I'm new to Creo, I came from CATIA. In CATIA I was used to create a lot of api using vb. I'm looking to create a lot of api to creo, but unfortenately there is not much info compared to CATIA, regarding api in vb in creo. My question is, where I can get started to Api in vb to Creo? I heard...
  9. TiagoFigueiredo

    CAD software for metal stamping company

    Why you don't think that CATIA isn't there? I saw there is some fresh news from CATIA side. In 3d Experience, there is in the 2018 release a metal stamping role, and looks really powerfull. From generally modeling, i don't have the knowledge of creo to say. But CATIA working in its full power...
  10. TiagoFigueiredo

    CAD software for metal stamping company

    Hello, Not really. Most of my clients or customers are oppen to receive an stp file. Tiago Figueiredo Tooling Engineer Youtube channel: https://www.youtube.com/channel/UC1qdlBeJJEgMgpPLVJoOIOw
  11. TiagoFigueiredo

    CAD software for metal stamping company

    Hello, I need some help from all of you. I'm, with some friends, creating a new company, where we will develop metal stamping tooling (progressive and transfer dies). We are evaluating the needed softwares, and the most proper ones from our job. Today in the company that we all still work, we...
  12. TiagoFigueiredo

    Assemble parts in assembly

    Really thank you by your Help! Tiago Figueiredo Tooling Engineer Youtube channel: https://www.youtube.com/channel/UC1qdlBeJJEgMgpPLVJoOIOw
  13. TiagoFigueiredo

    Assemble parts in assembly

    Can you show me an exemple? Tiago Figueiredo Tooling Engineer Youtube channel: https://www.youtube.com/channel/UC1qdlBeJJEgMgpPLVJoOIOw
  14. TiagoFigueiredo

    Ergonomic Mouse Options for use with Creo

    Is there anyone else who have the experience with that mouse? It costs a lot, but if worth it... Tiago Figueiredo Tooling Engineer Youtube channel: https://www.youtube.com/channel/UC1qdlBeJJEgMgpPLVJoOIOw
  15. TiagoFigueiredo

    Assemble parts in assembly

    Hello, I'm really new to creo. I'm making some evaluations for a possible bought of creo. I don't know much about it, and so I need your help. As far I have read across the internet, Creo still doesn't have multi body possibility. So I would like to know in which way should we behave to assemble...
  16. TiagoFigueiredo

    New to creo parametric

    Hello, Thanks for your answer. Definitely English language have some weird things... It's easier for me to write in portuguese :) Regarding Creo, from what i have saw from my experiments looks good. But i need some time to get used to it.
  17. TiagoFigueiredo

    New to creo parametric

    Hello, I have tried Creole 3.0 and I have some doubts. First i'm used to nx and catia. My first doubt is about multi body. I haven't found any option to create multi bodies. Then I have imported a part drawn in catia, and that part wich contains multi bodies, in Creo appears with a single...

Part and Inventory Search

Back
Top