Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1022431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T11:27:54+00:00 2026-05-16T11:27:54+00:00

I have viewport3D and I want to add multiple 3d objects defined in xaml

  • 0

I have viewport3D and I want to add multiple 3d objects defined in xaml files to this Viewport3D, but by default 3d object deffined in .xaml file comes already with viewport3D and I can not add it to my Viewport3D
How I can use those 3D objects from .xaml files in my Viewport3D?

I tryed to read xaml with XamlReader cast it to viewport3D and then take vieport3D child elements and add to my viewport,
but I get error “Specified Visual is already a child of another Visual or the root of a CompositionTarget.”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T11:27:55+00:00Added an answer on May 16, 2026 at 11:27 am

    Try the code below. I haven’t really worked with 3D in WPF but I’m guessing it behaves the same as the common WPF Panels:

    Viewport3D vp = XamlReader.Load(fileName) as Viewport3D;
    
    //Move the child visuals to a temporary collection.
    List<Visual3D> items = new List<Visual3D>();
    foreach (Visual3D visual in vp.Children)
    {
        items.Add(visual);
    }
    
    //"Detach" the visuals from the original parent.
    vp.Children.Clear();
    
    //Now, put it in the destination viewport.
    foreach (var item in items)
    {
        myViewport.Children.Add(item);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a model in a Viewport3D and I want to draw a textbox
have written this little class, which generates a UUID every time an object of
I want to have a div that grows when you add more content in
I have a Viewport3D with a few items in it, and I want to
have a problem. At first look at this HTML <div id=map style=background-image: url(map.png); width:
I'm building an ASP.NET MVC site where I want to have a Google Maps
I am using WPF UserControl and I have a grid so I want to
This is probably straight forward enough but for some reason I just can't crack
I have a ViewPort that I want to open a number of tabs. One
I have a problem: I want to get all elements with class dirty not

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.