×
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!

*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

Raster mode visualization "shading"

Raster mode visualization "shading"

Replies continue below

Recommended for you

RE: Raster mode visualization "shading"

Hi AlvaroPers.

Try this.

CODE --> vba

'vba

Option Explicit

Sub CATMain()

    Dim drawDoc As DrawingDocument
    Set drawDoc = CATIA.ActiveDocument
    
    Dim targetView As DrawingView
    Set targetView = drawDoc.sheets.ActiveSheet.views.ActiveView
    
    Dim behavior As DrawingViewGenerativeBehavior
    Set behavior = targetView.GenerativeBehavior
    
    behavior.ImageViewMode = CatImageViewMode.catImageModeShadingWithEdges
    
    behavior.Update

End Sub 

RE: Raster mode visualization "shading"

AlvaroPers.

In my environment it shows 6.
Is it a licensing issue? I am using HD2.

RE: Raster mode visualization "shading"

(OP)
Interesting that I just have 3 constants, and you have 6.
I have HD2.
I'm using Visual Basic under Visual Studio 2022. See the attachment.
The namespace is DRAFTINGITF, so it's the same as yours.
I don't know why I don't have the others constantans.
I'm gonna make a try using a different environment and see what happens.


RE: Raster mode visualization "shading"

(OP)
kantoku, What CATIA release are you using?

RE: Raster mode visualization "shading"

I am using R2018.
I checked to see if there were any R2015s left and there were only two.

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! Already a Member? Login



News


Close Box

Join Eng-Tips® Today!

Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.

Here's Why Members Love Eng-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close