Editing modifiers in Text Component Editor

Editing modifiers in Text Component Editor

Anonymous
Not applicable
482 Views
5 Replies
Message 1 of 6

Editing modifiers in Text Component Editor

Anonymous
Not applicable

Hi guys,

HNY2021!

I am finding it difficult to edit the modifiers in the text component editor, specifically for "General Segment Direction" as I want to omit the direction initials. For example, when I label a line, I would like to see the line labelled as 80°12'15" and NOT N80°12'15"E.

 

Hope to get some positive feedback on this thanks!

 

Regs, david

0 Likes
483 Views
5 Replies
Replies (5)
Message 2 of 6

Jeff_M
Consultant
Consultant

I've never heard of such a request or need. The only way I canthink of would be to label as Azimuths instead of bearings.

Jeff_M, also a frequent Swamper
EESignature
0 Likes
Message 3 of 6

MMcCall402
Mentor
Mentor

Hmmm ... make a block of a small wipeout, add it to the label style twice, anchored to each end of the bearing text component, and then add offsets to make them overlap the unwanted N,S,E,W.

 

Edit:

Better idea:  Add two text components. The content of the text is just a space. Add a mask to each then anchor them of each end of the bearing with appropriate justifications to the text and the anchoring to make them overlap as needed.

Mark Mccall 
CAD Mangler


EESignature


VHB - Vanasse Hangen Brustlin, Inc.


Linkedin

0 Likes
Message 4 of 6

AllenJessup
Mentor
Mentor

As @Jeff_M said. In the NE quadrant you could use Azimuths since 80°12'15" is equivalent to N80°12'15"E. However that doesn't work in any other quadrant. 80°12'15" is not equivalent to  S80°12'15"W. The Azimuth in the SW quadrant would be 260°12'15".

I don't see any way of doing what you wanted other that the suggestion by @MMcCall402 .

Allen Jessup
CAD Manager - Designer
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 5 of 6

Jeff_M
Consultant
Consultant

My turn for a "better idea" 🙂

Use an expression to format the Azimuth as a direction:

{General Segment Direction},IF({General Segment Direction}>=pi & {General Segment Direction}<=pi*1.5, {General Segment Direction}-pi,IF({General Segment Direction}>=pi*1.5 & {General Segment Direction}<=2*pi, 2*pi-{General Segment Direction},{General Segment Direction})))

I named mine "Directionless Direction", set the Format result as Azimuth, then created a style using all 3 types to verify the output (Azimuth, Directionless Direction, Bearing) and this is the result:

2021-01-06_12-24-07.png 

Jeff_M, also a frequent Swamper
EESignature
Message 6 of 6

MMcCall402
Mentor
Mentor

I bow to the master.  Elegant solution.

Mark Mccall 
CAD Mangler


EESignature


VHB - Vanasse Hangen Brustlin, Inc.


Linkedin

0 Likes