OSArch Community

[BlenderBIM] modifying the color of a hatch

  1. S

    This discussion was created from comments split from: <a href="/discussion/63/resurrecting-annotation-storage-in-ifc/">Resurrecting annotation storage in IFC</a>.

  2. A

    Thought this would be the relevant place to ask, does anyone know how to assign a colour to an Ifc hatch in CSS?

    I've got the gist to change the colour for a solid hatch but not a patterned one:

    Solid hatch (coloured :) ):

    .PredefinedType-SOLIDRED { fill: red; stroke: red; stroke-linecap: 'round'; stroke-width: 0.35; fill-rule: evenodd; }

    Patterned hatch (no colour :( )

    .PredefinedType-REDHATCH { fill: url(#diagonal1); stroke: red; stroke-linecap: 'round'; stroke-width: 0.18; }

  3. T

    Does this video help?

  4. A

    @theoryshaw thank you so much yes that's probably exactly what I needed

  5. A

    Working brilliantly thanks @theoryshaw!

Login or Register to reply.