Re: test if a variable is a matrix
Got it. The "rows" function accepts a scalar or matrix and returns a zero if given a scalar. I just have to check if rows(x) = zero, and then return the function without the reverse operation.
View ArticleRe: PTC Mathcad Prime 3.0 - Converter
I solved this issue by installing Mathcad 15 and entering its license information. I located and selected the license file from the folder where I saved it when I donwloaded Mathcad 15. After Mathcad...
View ArticleRe: bug in displacement?
Hmm, I'd need to see the model then. Mechanica can do tangential contact (like Hertz contact problems).
View ArticleRevise Change Request not refreshing to new version
For specific reasons, I had to write my own version of the Revise action for Change Requests. Everything works fine with my processor with the exception of the refresh at the end. When the processor...
View ArticleRe: bug in displacement?
"The results scaling of the static contact study was a little enthusuastic and the components appeared to pass through each other." It's normal for the objects to slightly pass through one another in a...
View ArticleHow to compare two attribute values before submitting ?
I have an object called "Complaint" and let us say there are two soft attributes EventDate1 and EventDate2 on it. Now i want to compare these values before submitting the complaint for creation Product...
View ArticleRe: wgm 10.2 and solidworks 2013/2014
Does this only happen through the embedded browser? If you open up Windchill in a standalone browser, are you able to load the view information page?
View ArticleRe: Current Active Users List
Jess,You got me thinking. Below is a screenshot of a customized <WT_HOME>/codebase/wtcore/jsp/jmx/serverStatus.jsp file. CAUTION:I have done this on a test site thus far. I have not done any...
View ArticleRe: Unknown options in round feature
Extend surfaces is a diffrent way to evaluate the rounds. Look this up in your help files: Example: Extended Surface Rounds Full round is great for many applications. It simply uses an additional...
View Articledelete a circle
new to ptc creo 2.0. How do i delete a circle/line or any item once it is sketched?
View ArticleRe: Mapping template for Test Suite, Test Cases and Test Steps from Integrity...
I like to inform you herewith, that I have created an Excel Template to manage Test Results for Cases and Steps offline. It's a first draft version, but offers already the main features needed. I...
View ArticleRe: Exporting testsuite or testsession with params
Hi Tobias, I have developed a Gateway extension allowing me to retrieve the test details (cases, steps) and the parameters as well. If you are still interested in such a solution, please contact me via...
View ArticleRe: delete a circle
Highlight; right click; delete. Or highlight and use the delete key. You have to be in the sketch. You edit the sketch with Edit Definition (right click in the model tree)
View ArticleRe: when i open Creo3.0 Dark Background appear...Plz Help
Possibly incompatible hardware. Our 1st goto test is to change the default graphics from open_gl to win32_gdi. Create a spare desktop shortcut to Creo.Modify the properties to start in a test...
View ArticleRe: Export to Word or RTF
Hi Matthias, it seems to me, that you are also in this entry requesting the export of items to Word. As I posted in one of my other responses today, I am able to retrive any data from Integrity using a...
View ArticleRe: delete a circle
I am not able to highlight it. In the sketch view, how do I get to Edit Definition. I have the student edition. Thanks
View ArticleRe: Current Active Users List
A comment: I'd general tend to avoid or at least minimize and localize changes to out-of-the-box JSP pages. You could always create your own page for such a list and add a link to it here if you felt...
View Articledata sets/function
Hello,I have 2 sets of data, X and Y, with the same length.How can I express one set as a function of the other one: Y(X)Thank you.
View ArticleRe: data sets/function
This can be done either by using interpolation or approximation (regression).Which one would you prefer? The problem is that for any interpolation X has to be sorted in ascending order with no...
View ArticleRe: data sets/function
Werner, I just want to assign each Y component to its corresponding X component. (No interpolation)later in my program I will recall Y(X) for some particular X components.From the graph of Y vs X, it...
View Article