Flat projection incl. description by iLogic

Flat projection incl. description by iLogic

ThomasCassan
Enthusiast Enthusiast
291 Views
2 Replies
Message 1 of 3

Flat projection incl. description by iLogic

ThomasCassan
Enthusiast
Enthusiast

Hi Buddies!!

 

I am looking for a way to insert a flat projection via iLogic and display the view text. It should say "ABWICKLUNG/FLAT PROJECTION" and the scale.

 

FP.JPG

 

is there someone who can help me please??

 

thx a lot!!

 

Lg

Thomas C.

0 Likes
292 Views
2 Replies
Replies (2)
Message 2 of 3

Sergio.D.Suárez
Mentor
Mentor

Hi, try this code, I think it should work. Select the view you want to change its label

 

oView = ThisApplication.CommandManager.Pick(SelectionFilterEnum.kDrawingViewFilter, "Seleccione Vista")
If oView Is Nothing Then Exit Sub
	
oView.Label.Formattedtext = "ABWICKLUNG/FLAT PROJECTION ( <DrawingViewScale/> )"
oView.Showlabel =True

 I hope this helps, Regards


Please accept as solution and give likes if applicable.

I am attaching my Upwork profile for specific queries.

Sergio Daniel Suarez
Mechanical Designer

| Upwork Profile | LinkedIn

Message 3 of 3

ThomasCassan
Enthusiast
Enthusiast

Hi Sergio

 

looks great man - thx so far

 

would it be possible to let the rule create the flat projecten due to click on a view in the drawing???

 

cheers and thx in advance

 

Tom

 

 

0 Likes