How do I put a point in the center of my line?

This widget could not be displayed.

How do I put a point in the center of my line?

Anonymous
Not applicable

Let's say I wanted to put a point in the center of a line a just created or, the end of a line etc. 

How do I go about doing that? 

0 Likes
Reply
1,227 Views
4 Replies
Replies (4)

imadHabash
Mentor
Mentor

HI,

as much as i understand your issue ... from PTYPE command select your needed style . then type POINT command and with Midpoint osnap mode ( Osnap command ) you can make it .

Imad Habash

EESignature

0 Likes

Kent1Cooper
Consultant
Consultant

For the point in the center, you can use DIVIDE:

 

Command: DIVIDE

Select object to divide: {pick the Line, or Arc, or other finite-length object with linearity}
Enter the number of segments or [Block]: 2

 

But ordinary DIVIDE won't put them at the ends.  You can do the midpoint and both ends all at once with the DIV+ command defined in DivideMeasurePlus.lsp, available >here<, using the option to put them at the ends [Divide won't do that].  If you want the endpoints only, not the midpoint at the same time, use the same command and ask it to put them at the ends, and for 1 segment [which regular Divide won't allow].

Kent Cooper, AIA
0 Likes

rbh1
Enthusiast
Enthusiast

Sorry I did not see the Comment from ( @Kent1Cooper )  a little overzealous  🙂

 

You can also use the divide command. shown below

 

Command: DIV
DIVIDE
Select object to divide:
Enter the number of segments or [Block]: 2
Command: PDMODE
Enter new value for PDMODE <0>: 3
Regenerating model.

 

 

0 Likes