-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appending a Rad file into your scene. #570
Comments
I hope you found a solution to your problem, but just in case you didn't, or someone else has a problem with wavefronts: I just do RadianceObj.radfiles.append('path\filename.rad') instead of AppendtoScene(). Radiance will build it all into the octree anyway. You can also just throw out the .rad file that is created by bifacial_radiance if your CAD file includes the modules. When you export to wavefront (.obj), be careful to make sure axes are correct. For example, if the wavefront (.obj) file has this format:
|
Hi I have been attempting to import a CAD file into radiance for a while now, but have thus far been struggling. I have tried dxf2rad but don't think this function exists in Radiance anymore, now i have been trying obj2rad, so far i have successfully converted obj files into rad files in anaconda but now i can't seem to import these radiance file into my scene on bifacial_radiance. I have been trying to add it to the scene through AppendtoScene() but can't seem to get it working. Anyone had similar issues to this/successfully figured it out?
The text was updated successfully, but these errors were encountered: