How to apply material to DXF imported section? #270
Answered
by
robbievanleeuwen
garyfairbairn
asked this question in
Q&A
-
How can I apply a material to a DXF imported section? |
Beta Was this translation helpful? Give feedback.
Answered by
robbievanleeuwen
May 18, 2023
Replies: 1 comment
-
Hi @garyfairbairn, apologies for the delayed response. At the moment, the best way to do this to apply the material to the E.g. for a geom = from_dxf(dxf_filepath="example.dxf")
geom.material = my_material |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
robbievanleeuwen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @garyfairbairn, apologies for the delayed response. At the moment, the best way to do this to apply the material to the
Geometry
orCompoundGeometry
object after importing the dxf.E.g. for a
Geometry
object: