Inventor Engineer-To-Order (Read-Only)
Welcome to Autodesk’s Inventor ETO Forums. Share your knowledge, ask questions, and explore popular Inventor ETO topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Representaions and views

1 REPLY 1
Reply
Message 1 of 2
tmckeand
278 Views, 1 Reply

Representaions and views

In my model I have certain child components with visibility set to false, yet when I creat a view in an Intent drawing, those compontents are visible.

 

Model, rebar in doorways are not visible

 

 

IsoView in drawing, rebars are visible

 

 

View Child rule

    Child IsoView As :IvBaseView
        viewName = "View1"
        viewOrientation = :IsoTopRight
        origin = Point((Me.width/3)*2,Me.height/3,0)
        model = viewmodel
        viewScale = Me.viewScale
        viewStyle = :shaded
    End Child

 

I'm assuming any view child created would use the Intent representaion that Intent creates. How do I insure the correct representaion is being used by the view in the drawing?

 

1 REPLY 1
Message 2 of 2
tmckeand
in reply to: tmckeand

Found it

Child IsoView As :IvBaseView
        designViewRepresentation = "Intent"
        designViewAssociative = True
        viewName = "View1"
        viewOrientation = :IsoTopRight
        origin = Point((Me.width/3)*2,Me.height/3,0)
        model = viewmodel
        viewScale = Me.viewScale
        viewStyle = :shaded
    End Child   

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report