How does one exactly place an object?

Next
 From:  mbellon
6688.1 
I'm working from an existing drawing, turning it into a 3D object.

Let's say I have a plate (rectangle then extrude). The lower left hand corner is on the origin. I want to make a hole in the plate.

Easy enough, put a circle at the right place, move to the top surface of the plate, extrude into the plate and remove the material via a boolean.

In other CAD packages there is an "object inspector" or some such that yields the exact information about the object. One can enter numeric data there to be very specific about the placement of the object.

Placing via the mouse is a pain, I just want to enter the numbers from the drawing. Can someone clearly explain to me how to do this?

Thanks!
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Samuel Zeller
6688.2 
Had to do it... http://i.imgur.com/PdxZ8WS.jpg

Well you can select your circle then use the command move then TAB and input any numeric value

Like 72, or 65+4/2 or even 45cm, or 4in

Then it will move your circle by that value, you can pretty much use TAB then value for anything :)
--
shapenoid.com
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
6688.3 In reply to 6688.1 
Hi mbellon,

> Placing via the mouse is a pain, I just want to enter the numbers from the drawing. Can someone clearly explain to me how to do this?

There's a few different ways - see here for a similar recent question:
http://moi3d.com/forum/index.php?webtag=MOI&msg=6676.2

If you want to place the circle directly in the desired spot from the start, you can use numeric input when you're in the first step of the circle command where it's asking you to place the center point.

There are various ways to use numeric input:
http://moi3d.com/2.0/docs/moi_command_reference1.htm#__XYZ%20/%20Distance%20/%20Angle

The most basic way is if MoI is asking you for a point and you want to locate it at say x = 5 and y = 8, then you can type in 5,8 and push enter instead of using the mouse. Your point will then be placed at x = 5, y = 8, z = 0.

There's also "relative" point input, that's when you want to locate a point say 5,8 offset from some existing point, like if you want to put it inside a rectangle that does not have its corner at the origin. To do that type in an r character before your coordinates, so for example r5,8 and then push enter. Then snap on to the corner point with the mouse but your actual point taken will be offset from that.

You can also put in polar coordinates where you give it a distance and angle value instead.

If you want to relocate an already existing object to a specific place instead of drawing it the exact spot from the beginning, use the Transform > Move command for that. Snap the base point for the move onto the particular spot of interest on the object (like for a circle probably its center point or a quadrant point), then for the target point use numeric input.


> In other CAD packages there is an "object inspector" or some such that yields the exact
> information about the object. One can enter numeric data there to be very specific about
> the placement of the object.

The problem with this is that objects have numerous potential points of interest on them, and a UI like that tends to restrict you to some narrow set of choices. Like if you want to relocate an arc, it can be useful to relocate the arc by one of its end points or possibly its center point. The way the Transform > Move command works in MoI allows you to do those kinds of relocations by letting you specifically pick the base point to use rather than using only one fixed base point.


Also one other note:
> Easy enough, put a circle at the right place, move to the top surface of the plate,
> extrude into the plate and remove the material via a boolean.

If you're going to be cutting a hole all the way through you can actually skip the extrude step and just do the boolean using the circle as the cutting object. The booleans will automatically extrude 2D curves for you inside the command, that tends to save a step. You only need to extrude if you only want to cut some partial distance into the plate. And I want to extend the boolean auto extrude to have a "limit depth" option so it will cover that case as well but currently it does not have that part.

Hope this helps!

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
6688.4 In reply to 6688.2 
Hi DesuDeus,

> you can pretty much use TAB then value for anything :)

You usually don't even have to use tab, if you just start typing numbers the keyboard focus will go into the first available numeric input field for the command, or the xyz input control on the bottom toolbar if the command does not have its own field.

You only have to use tab first if you want to put in something other than a numeric entry (like typing in a command name) or if you've set up keyboard shortcuts for numbers or something like that.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  mbellon
6688.5 In reply to 6688.3 
Thanks! It took a while for all of it to sink in but I'm flying through object creation now.

mark

P.S.

I sent an email about an issue we should discuss.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All