Recently active
We have decided to standardize on the quantity split balloon as our standard callout on engineering assembly drawings. However, the default balloon when placing is the simple circle balloon. To switch we need to change the table properties every time. Anyway to make quantity split balloon the standard when dropping them into a drawing?
Hello,in CREO ADVANCED PLUS 9, i've created 2 default envelope: how can I choose to consider one of the envelopes in a new simplified representation in an upper assembly?Thams a lot,Michele Barile
Hi there, I think almost 30% of mathcad's community questions is about ( this value must be scalar) .. I really find it confusing to differentiate between scalar/ array/ vector( maybe it seems stupid to you, but can you tell me how to identify each one of them? and the errors occur because of themI got this error in my sheet, how can I solve it ?prime 10 is attachedThanks in advance
Use these buttons on PTC Community for convenient referencing of subscripts and superscripts in your discussions! (Not to be confused with in-product Mathcad Prime's long-existing subscript and superscript buttons, which are readily available in the ribbon with Text Formatting > Text Font; or with the keyboard shortcuts Ctrl - or Ctrl =, though in-product we say the latter is Ctrl +, implying Ctrl Shift =. ...But that won't work. Or if you're doing math and not text, use ^ for exponentiation or selected from Math > Operators > Algebra for superscript; and Math > Style > Subscript for subscript notation, or Ctrl -....Not to be confused with Matrix Indexing. Which looks like a subscript. But it's not.) Spoiler (Highlight to read)I was gonna make this a Mathcad Tip, but it turns out that the toolbar there is actually different than the toolbar everywhere else, and that was way too ironic for me to do.I was gonna make this a Mathcad Tip, but it turns ou
I can't find the product code of my license
Can anybody suggest that, How to get the sub level Activated component's model handle Thanks.
TBD - finger trouble.
Hey guysi wounder if has a way of using mapkeys or troutgh the config.pro, of selecting a format for the first sheet of the drw, and a second format for the others sheets.
When creating an NC sequence (Surface Milling), users can more or less control the Start Point of this sequence by changing the [Cut Angle] under [Define Cut].Changing the angle from 0 degrees to 180 degrees, changes the Start Point and cutting direction into the opposite direction.The created start point is ad random within the set boundaries (Cut Angle), so with a new sequence the Start Point could be different. I know there is an option to define a new Start Point, but it immediately goes to the initial Start Point of the sequence.So X1,Y1,Z1 (A) is the initial Start Point.A new Start Point, X0,Y0,Z0 (N) will be defined.The sequence starts at N and then goes to A.This is not what I want.It is possible to start the sequence from Point N without going to Point A? The main goal is to have the same Start Point (lower left bottom corner for example) for every NC sequence. Thanks
Hi there,I'm trying to compare a result I got as a array to one value .... if the condition is not meet the program should show error >>> it should compare each value in g... to explain it goes to the first row in g which contains a matrix (5*1) and compare the all the numbers in that matrix if it doesn't meet the conditon it writes error ... then goes to the second row in g and do the same this is from the orginal sheet : Prime 10 is attached
I was in Creo+ a couple of nights ago. Last night I tried to login and I got this error With Creo+ how do I reload the software?
Hi all, Unable to create balloons from repeat region bom table. I'm getting return error (Drawing not displayed) for last line api "ProBomballoonAllCreate". but drawing is already displayed. Also Only one dwg table present inside drawing. https://www.ptc.com/en/support/article/CS276430 . Already tried with this solution, but still no luck \\status = ProDrawingFromTmpltCreate(model_name, drawing, &model, PRODWGCREATE_DISPLAY_DRAWING, &newdrawing, &errors);int drw_windowID;status = ProMdlWindowGet(newdrawing, &drw_windowID);ProWindowActivate(drw_windowID);ProWindowRepaint(drw_windowID);ProDwgtable *tables = NULL;status = ProDrawingTablesCollect(newdrawing, &tables); int regionId ;status = ProDwgtableCellRegionGet(newdrawing, &tables[0], 0, 1, &regionId);status = ProBomballoonAllCreate(newdrawing, &tables[0], regionId); \\ Thanks.
Hi everyone, I need to change an array into vector in Prime 10 . @StuartBruff ..Stuart you have previously suggested this method , but I don't know where I have a mistake . Can you show me how to solve this? Prime 10 is attached Thanks in advance
school project
In the file attached (and photos below) I am trying to do the routine of finding ϕ using eigenvector and eigenvalue functions to do the same thing I did manually with A1. A2, A3 and the other matrices. Is this possible and if so can someone please help me out in doing so? Thank you!
I can't find how to set the colour of tangent edges in the drawing. Say I have a a simple extrude with fillets (rounds) on the corners: The tangent edges (from the Round feature) appear to be green in the drawing: The tangent edges are dimmed. If i set them to be Solid instead of dimmed, then the tangent edges become black: When I print the drawing (save as PDF) it gomes through with black lines (not green). But I think i have some config.pro setting to ignore pen tables, but i can't remember exactly what exactly it can be. Anyway, it seems to be only a visual thing at the moment, but it is still doesn't look right. I looked through Creo settings, drawing settings, pen table and I seem to be unable to find anything that changes this colour. Can somebody guide me into the right direction?
I find that the default cut list generated in a drawing on the Framework tab is very unsatisfactory; it creates a new line for each item even when many are identical, it displays the length in the same column as the part name which is not very readable, it does not display angles for mitered ends.Is there a way to customize the standard cut list or generate a satisfactory cut list in a table? I would like to display a table that does the following:1) Collapse identical members and display the quantity of each2) provide cut lengths in a separate column in fractional measurements3) provide columns with the miter angles if necessary 4) Ideally I would not display the part names at all, only the type of structural section in use. (e.g. 2x2x1/4 Tube Sq) I have not been able to locate the source of the default cut list table to see if it can be modified, and I have tried to use a repeat region table but I haven't found the syntax to use to find this information. Thanks very mu
We have P&IDs drawn as dwg files. Each object on P&ID is a block with attributes and corresponds to a part in Windchill. Our users view the dwgs in Creo View.I want to be able to select on a block in CV and have the user see the attributes and go to the website embedded as one of those attributes. Right now, when I click on a block in CV, it doesn't select the block. It selects the individual lines of the block and I can't see the block attributes anywhere. Does anyone have any ideas to make this work or what could be used to provide "smart schematics" to the users? It should remain dwg based. thanks
Can someone please tell me what this glyph/icon means when next to an assembly, in the model tree?(see temp.png)PTC website offers no help. Thank you.😐
Hi All,I am trying to use a While Loop with two conditions, something like below:while (x > 10) ^ (y < 100)...but Mathcad 15 only goes through the loop once and does not execute the iterations. If I use only one condition check, it works fine. Could someone let me know if it is correct to do what I show above?Thank you.
I am using Mathcad Prime Release 8.0 and Datecode8.0.0.0adding all the elements in the array p3(y) i.e all th eelements of the columnHere are the errors that I facedadding all the elements in the array p3(y) i.e all th eelements of the column
when i run model check all the datums (planes, points, axis, curves) all become greyed out in the model tree and layers. i do not want this i want to see them at all times. i have been told that this is a default setting in Creo from PTC. is there a setting i can change for this?
I want to create a layer for hole notes at the assembly level. This is because many parts do not have a layer for hole notes. An additional problem I have is that we use Windchill and therefore some parts are on release. Does anyone have an idea to solve this?
Dear all, We are currently working on large assembly drawings. We are encountering some troubles regarding the launch/reaction speed between the different step of the drawing (view, annotation, ...) during the creation. We see that the multi-threading is usable from the version 5.0 so can we have some advices to improve our process? Many thanks in advance
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.