Enter point location using XYZ

Anonymous

Enter point location using XYZ

Anonymous
Not applicable

 

Is there any way to enter points using XYZ coordinates instead of creating a plane and dimensioning on the new plane for each point? 

Todd

 

0 Likes
Reply
8,326 Views
8 Replies
Replies (8)

innovatenate
Autodesk Support
Autodesk Support

 

The attached script should allow you to import points from a CSV file. It's a modified version of the ImportSplineCSV script from the below forum thread.

 

http://forums.autodesk.com/t5/design-and-documentation/importing-point-cloud-in-single-plane-from-a-...

 

Please let me know if you have any questions about how to use it.

 

Thanks!

 

 




Nathan Chandler
Principal Specialist
1 Like

kjellhar
Advocate
Advocate

Maybe @Anonymous got his answer, but I'm reading his question a bit different. 

 

So, is there a way to enter a point coordinate through a dialog or similar. I mean, it's not unheard of that various cad tools have a way to enter these values on a command line if you want them positioned just right. I know this can be done using the parametric tools, but some times it is a bit annoying to add all that clutter to a drawing.

 

The mentioned script sure is useful, but for a different task.

 

Cheers,

Kjell

Micro electronics expert, CAD/CAM enthusiast
1 Like

innovatenate
Autodesk Support
Autodesk Support

 

An Idea for precise input for sketch geometry has been accepted in the IdeaStation and backlogged for a future release. At this time, there is no precise input dialog available during the creation of the first point for various sketch entities (including points). 

 

 

To work around this:

  • You can create a point at 0,0,0 and then use the move command to move the sketch point into place. 
  • You can also dimension a point to position in-plane as mentioned in the initial comments. 
  • If you know where the points are going to be, you can create a CSV file containing XYZ coordinate and then import them using the script.

 

I hope that helps! Let me know if you have any questions!

 

Cheers,

 

 




Nathan Chandler
Principal Specialist
0 Likes

Anonymous
Not applicable

@kjellhar wrote:

Maybe @Anonymous got his answer, but I'm reading his question a bit different. 

 

So, is there a way to enter a point coordinate through a dialog or similar. I mean, it's not unheard of that various cad tools have a way to enter these values on a command line if you want them positioned just right. I know this can be done using the parametric tools, but some times it is a bit annoying to add all that clutter to a drawing.

 

The mentioned script sure is useful, but for a different task.

 

Cheers,

Kjell


 

Kjell, 

  It's like you read my mind.  The script does look useful, but I was asking about simple XYZ dialog inputs. 

 

Edit-

@innovatenate,

 We posted at the same time.  I will try your solutions, and I placed my vote for precise input.

Todd

 

0 Likes

kjellhar
Advocate
Advocate

It would be a nice feature to add. The workarounds thtat you suggest sure solves the problem, but they are all a bit awkward to use.

 

Thanks,

Kjell

Micro electronics expert, CAD/CAM enthusiast
0 Likes

Anonymous
Not applicable

I'd just say: Back to the labs!

 

I've learned that parametric modelling is based on constraints. But there are some constraints that are simply contraproductive.

 


@innovatenate wrote:

 

... At this time, there is no precise input dialog available during the creation of the first point for various sketch entities (including points). 

 

0 Likes

innovatenate
Autodesk Support
Autodesk Support

There's this other discussion that may be helpful. I wanted to reference it (just in case). There's another script you may find useful that will allow you to insert a point by XYZ coordinates.

https://forums.autodesk.com/t5/design-validate-document/enter-a-construction-point-using-xyz-coordin...

 

Voting in the ideastation is the best way to let the product management team know about the features that you want. Thanks for participating!




Nathan Chandler
Principal Specialist
0 Likes

Anonymous
Not applicable

Nathan,

thanks for the pointer. While attempting the set_point_@0,0,0_and_then_move_it method, I was confronted with another constraint.

0 Likes