Recently active
Hi, i've been trying to use ListFeaturesByType in VBA in Excel but didn't succeed. Sub FixParts() On Error GoTo Error ' put your code here Dim model As IpfcModel Set model = session.CurrentModel 'creating Fix Constraint Dim constraint As IpfcComponentConstraint Dim constructorOfConstraints As CCpfcComponentConstraint Set constructorOfConstraints = New CCpfcComponentConstraint Set constraint = constructorOfConstraints.Create(EpfcASM_CONSTRAINT_FIX) 'component path Dim solid As IpfcSolid Dim features As IpfcFeatures solid = CType(model, IpfcSolid) features = solid.ListFeaturesByType(True, EpfcFeatureType.EpfcFEATTYPE_COMPONENT) 'applying constraints ' end your code here Done: Exit Sub Error: Debug.Print Err.Description conn.Disconnect (5) Debug.Print "Disconnected" End Sub First thing. All examples that i've found using CType() function which is a converter from IpfcModel
Dear All,the activation key received for Modeling Express 6.0 is not working, eventhough it is the actual key received from PTC.I did not use the program for a longer period but this always worked in the past.Any idea how to go on?Yours Toby
Hello All,I am having a requirement to change the color/appearance of part/assembly with respect to requirement from flexibility window. I am having only 1 model for cap as shown in image and it is having 2 part numbers differentiated by color code. 1-for Green and 1-for Red. I would like to change the colors from "Red" to "Green" or vice versa with the help of flexibility window when assembled it in its upper level assembly. I am not sure which parameter does PTC Creo 7.0 has for appearance so that i can select that to add in CAP part, so when i am going to assemble this part in upper level assembly i can simply select color code/write in desired color code for my part to shown in that assembly.I did not want to use creo family table/PTC_MATERIAL_NAME parameter/quilts(a new feature) for separate color because it has to be done on many assembly/part.Kindly help, Thank you.
It is the site of the article Игра в кубики или Кривая n-го порядка и m точек Readers can see animations and download Mathcad-sheets in replies PS Sorry - it must be not a question but a blog. But now we have not blogs here!
There are revision parameters in the 2D template I made, but after the new project drawing, the revision parameters are not called successfully, and the parameters are lost. How to solve this problem? 2D template:New engineering drawing:
Hello dear user, If it's possible can you provide the 3_2b Transformer Energization - Modeling in Mathcad file format or can I can change the file format? Thank you 🙂Original Topic link- https://community.ptc.com/t5/Mathcad/Transformer-Energization/m-p/901885#M208702
I want to create a list of standard notes and put it in custom ribbon, once I click on that it should show all the pre prepared notes list from where I can pick the required one. Please help me to do this
We are a PTC Reseller in Brazil and Latin America. How can we get access to Creo+ ?
What is the purpose of a having a markup tab in Creo View Express and Creo Lite, If those markups cannot be saved? I'm trying to communicate with my engineers, They are either working remote or in the field and all they have are these viewers. Are they strictly for viewing only?
I want to make pdfs from a large amount of Mathcad 15.0.0 files since my license is expiring and I only want to work on Mathcad prime. How exactly does it work with the Mathcad 15 API or where do I get it from. Best RegardsFlamur Bytyqi
how to control file save iterations saving in folder. limiting no of iterations getting saved in foldernote save_file_iterations” to “yes”but want to set limit like 10 version only.
I'm trying to constrain a part, but when I go into the constraints, some of the parts disappear. I need to constrain to these parts, so any help would be appreciated.
Good evening community, I have a problem with the combo box tool, it turns out that I want to use this tool and I get the error that I show below, Install Mathcad Prime 8.0.0, on a Windows 7 operating system, if someone can give me a reason for this error. ------------------------------------------------------ Translated the text from Spanish to English using google translate:Subject: problemas con cuadro combinadoBody: Buenas noches comunidad, tengo un problema con la herramienta cuadro combinado , resulta que deseo utilizar esta herramienta y me aparece el error que muestro más abajo, Instale Mathcad Prime 8.0.0, en un sistema operativo windows 7, si alguien me puede dar una razón por este error. - By community moderation team ------------------------------------------------------
Can you please help me converting this File
Hello everyone,I am attempting to perform the optimal transportation problema with simulated annealing, but I cannot do the initial approach correctly.Can anybody shed light on this procedure?CarlosRomero
For ModelCHECK in Creo 9 (or 10) is it possible to only run the checks on models which are not Locked? If the Windchill status is unlocked then I'd like to run ModelCHECK. I know I can configure the condition.mcc file to key in on parameters like PTC_MODIFIED and PTC_WM_LIFECYCLE_STATE. But these miss many use cases. Filtering on read only status would fit our workflow better. Maybe there is a hidden parameter value which can be accessed by the condition.mcc file?
Is there an easy way to take a Creo model (fully annotated with view states identified) and convert it to a PVZ with a 2D PDF attached to that PVZ? The idea is to be able to give someone the PVZ file, but for them to also have access to the traditional 2D drawing for reference.
Creo 7This seems insane that its not easier than this.I can not figure out how to get my parameter in my model to display my full stock size?I have the following parameters: thickness / width / length Then I have a relation: thickness=d12, width=d9, length=d10 (and these default to 2 decimal places) So then I thought, the relation, (stock_size = thickness "x" width "x" length) would give me what I'm after.Ex 1.50 x 2.50 x 3.50Nope, further digging got me to the following equation: STOCK_SIZE = itos(D12) + "." + itos( (D12 - floor(D12)) * 100 ) + " X " + itos(d9) + "." + itos( (d9- floor(d9)) * 100 ) + " X " + itos(d10) + "." + itos( (d10- floor(d10)) * 100 ) Which I arrived at because I needed this specific "itos" function to give me 2 decimal places. Now I get 2.50 x 3.50 x 4.50? (Not the 1.50 x 2.50 x 3.50 that it should be) So all my values have increased by (1) somehow.The itos function makes no sense to me but I suppose it works if I can find out what is c
Hi guys, i have a problém with broken view. When i make in Visible area Tab everything is OK, I can see the break lines but when I click apply and ok and the small window disappears then the break lines disappear too … can’t understand Thanks for help !
From what I gather, Creo Parametric has a very basic material library, which is missing many very common surface finishes. I've heard that, in order to procure magical dmt files that contain clear brushed aluminum, yellow and white zinc, tin, chromate, black oxide, brushed stainless steel, and other assorted apparently-exotic finishes, you need to cozy up to some wizened Pro/E veteran and convince them to share their personal dmt files with you. Is there anyone resident on this forum that would like to share their dmt libraries? Thanks in advance, Mike
When browsing files with Windows File Explorer and sorting a folder by file type,STP files are being listed as "PTC.Creo_Parametric.9.0.1.0" instead of "STP file".Seems to be only STP files, Parasolid file is still be listed as "X_T file".They do still show up as STP in Creo's file explorer. Issue came up this week, not sure what changed.No updates made to Creo or Windows. How do I get it back to showing STP files as STP files?Creo 9.0.1.0Windows 10 Pro
Hi!I would like to know, if is somehow possible to use the Referenc Designator from harness as parameter for balloon, so I can make the position balloons in my drawing.Way the Ref. Designator: because my harness has more than once the same connector. I have to specified this.The Way to do this is the Ref DesinatorBut positioning is assembly functionality. So how can I ether make handmade note as position with REAL harness parameter using the harness model as active (.prt) ot to make positioning using the parameter of the harness and to have the ".assy" as model..Explanation: I have assy ot the cabling: harness and connectors and I have just the harness model in the drawing inside. Tank you!
Hello EveryoneHow to load parts in assemble according to requirement without using IF Else condition in pro program.As I had seen some assemblies has being assembling using search path using external tool acc. to requirement. please guide how to create such type of assembly & tool required for it.I do had basic knowledge- about C & C++thanks in advanceWith regards,Thanoj Kumar
Does anyone know how to get Mathcad Prime 6 to return the Date and Time? (I know about the time(z) function, its not what I'm looking for. I want to create a 'timestamp' that I can export into Excel with the associated calculation results)
Hello dear community members, how do you deal with the fact that the toolkit DLLs you compile depend on other DLLs (e.g. any open source libraries)?As far as I know, the additional DLLs are only found when starting the auxiliary application in Creo if they are located in the Creo startup directory or a directory of the PATH environment variable.Or do you know a way for Creo to find the additional DLLs even if they are in the same directory as the Toolkit DLL itself? Thanks and regards,Domenic
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.