Skip to main content
1-Visitor
January 5, 2022
Question

MathCad xyz points to Creo Parametric

  • January 5, 2022
  • 3 replies
  • 3837 views

I am using Creo Parametric 7.0 7.0.3.0

Is there a way to push a matrix (3x51) of xyz points from MathCad to Creo Parametric?

3 replies

24-Ruby III
January 5, 2022
21-Topaz II
January 5, 2022

This is likely not the best place on the forums to get answers to this kind of question.

If you can't find a direct way to get the points from MathCAD to Creo, you could go about it in a more indirect way:

(1) Output the points to a file from MathCAD (Excel? Text file?) I don't know what your options are here since we don't use MathCAD.

(2) Use the X, Y, Z points to make a .ibl file. It's a relatively simple file format. Here's a sample:

open pointwise
begin section !1
begin curve
4.152635490642E+02 -4.494745914095 44.8
4.150263689969E+02 -4.475489942293 44.8
4.147892274691E+02 -4.455765001303 44.8
4.145521254190E+02 -4.435571073514 44.8

 (3) Import the .ibl file via Model -> Get Data -> Import and changing the Type field to "Ibl file (*.ibl)

 

It's not elegant, but it'll get the job done.

24-Ruby III
January 6, 2022

Hi,

1.]

In Creo create datum point feature using Offset Coordinate System option and Save datum point list into pts file. You will get something like this ...

!
! DATUM POINT ARRAY DATA FILE
!
! Comment lines should begin with an exclamation mark (!).
! You may have as many comment lines as you wish.
! There must be at least one space between values.
!
! Enter values with respect to datum arrays' coordinate system:
!
!CARTESIAN coordinates:
! X Y Z
!
 0.00 0.00 0.00
 1.00 1.00 1.00

2.]

Create pts file using your x,y,z values and import it into datum point feature.

 

1-Visitor
January 6, 2022

This is just a test of sending email notifications.

24-Ruby III
January 6, 2022

This is just a 2-nd test of sending email notifications.