Re: A ToolBox for Creo Parametric ??
Hi, if you go to the Release Wildfire option..you will find the Wildfire Library Databases.
View ArticleRe: Is windchill capable of managing NX/CAE Data? (*.prt, _i.prt, *.fem, *.sim)
NX data *.prt is supported by Windchill through Windchill Workgroup Manager. Currently we donot support NX's CAE Data. You can go through the documentation below for more details:10.2 M010: Windchill...
View ArticleRe: Creo 2 hangs at startup sporadically but not reproducable
We are working in a local windows domain (1000Mbit LAN).
View ArticleRe: How to convert nested array to table/matrix?
Thats the reason why the elements of your vector IndMax are nested vectors. Think you better search only in the appropriare column of O and use the index obtained to lookup the x-value in the first...
View ArticleRe: How to convert nested array to table/matrix?
Guess the attached file should help.The first approach is using the range varaible similar to your approach but will only consider the first of multiple max values.The second approach is a small...
View ArticleRe: how to truncate a drawing note field
Unfortunately we can't create drawing relations. But if the parameter &dwg_name exists in the part, you can create a part relation that truncates it and creates a new parameter that you can...
View ArticleHow to plot a two-dimentional matrix?
In Mathcad we can easely plot a two-dimentional function z=Z(x,y)Is there a way, to plot a two-dimentional matrix z=Mj,j ? Thank you!
View ArticleRe: Not collect Format.frm when using Collector
You can use the second preference in the collector category and set it to None(Preference Manager > Revise >Collector > Include dependent CAD/Dynamic Documents). However, this will also...
View ArticleRe: How to plot a two-dimentional matrix?
Is there a way, to plot a two-dimentional matrix z=Mj,j ?Sure, if you are happy with the indices i and j to be taken as x and y values you can plot M the same as f via quickplot (= simply put M in...
View ArticleRe: How to plot a two-dimentional matrix?
One way to do it: M[i, j -> f(x, y) -> Surfaceor Mathcad Primeand the plot
View ArticleRe: How to plot a two-dimentional matrix?
Find attached some ways to plot data matrices:1) Quickplot2) nested data arrays3) turning the matrix into a function using a) linear interpolation, or b) cubic spline interpolation Hope you...
View ArticleRe: Problem during windchill cluster installation
We have multiple sites spreaded across many locations. So looking to build windchill environment as PTC designed with master and slaves. We have 3 servers, one can be made master with database and...
View ArticleRe: How does registered-user licenses
Please read the chapter "License Management" in "Administration Guide" manual, which can be found in the attachment.
View Articlecspline with oscilating data
I have a curve I'm trying to fit with cspline and interp (see the attached calculation). Unfortunately, my y axis data oscilates so I had to write my function in terms of the x axis and use csort to...
View ArticleRe: Creo 2 users please help with system build
Hello and Thanks! I plan on using it for a bit of all 3. Not sure yet whatt size the assemblies will be. I would like to just be safe and be prepared for large assemblies.
View ArticleRe: Creo 2 users please help with system build
Well, here's my $0.02 (USD) Like Stephen said, four cores is plenty. Higher the speed, the better. That changes with FEA and the other programs you are running. ECC is probably good to have if you...
View ArticleRe: cspline with oscilating data
I was able to get a function M(phi) which works, but what I really need is phi(M) of an integral I need to perform on phi. Its the othe way round, isn't it? In your sheet you have phi(M) and are asking...
View ArticleRe: cspline with oscilating data
Thanks, Unfortunately, that didn't quite work, at least I don't think it did. When you sort by the moment (Y axis in the picture below) the order doesn't make sense anymore when you turn it into a...
View Article