×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

How to turn off the automatically created center lines in drafting view using NXOpen ?

How to turn off the automatically created center lines in drafting view using NXOpen ?

How to turn off the automatically created center lines in drafting view using NXOpen ?

(OP)
Hello Friends,

Can someone let me know if there is any way to turn off the automatically created center lines in drafting view using NXOpen?
I want to turn off the center lines for all the manual placed views using NXOpen ?

I tried the below sample code , but it is not working :(
Note :All my manual placed views are base views and there are no projected views.

CODE --> vb

Dim baseViewBuilder1 As BaseViewBuilder
        baseViewBuilder1 = objPart.DraftingViews.CreateBaseViewBuilder(objView)
        baseViewBuilder1.Style.ViewStyleGeneral.Centerlines = False
        Dim nXObject2 As NXObject
        nXObject2 = baseViewBuilder1.Commit()
        baseViewBuilder1.Destroy() 

Please help !!!

Thanks,
Amitabh

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources