Bitbybit Docs
App
Projects
School
Pricing
Blog
Learn
Preparing search index...
Bit
Inputs
OCCT
svgFaceStrategyEnum
Enumeration svgFaceStrategyEnum
How closed subpaths of a filled element are turned into faces.
none
: no faces, only the outline wires.
auto
: build faces honoring each element's own SVG fill-rule (nonzero/evenodd).
nonzero
: force the non-zero winding rule.
evenOdd
: force the even-odd rule.
perSubpath
: every closed subpath becomes its own independent face (no holes).
Index
Enumeration Members
none
auto
nonzero
even
Odd
per
Subpath
Enumeration Members
none
none
:
"none"
auto
auto
:
"auto"
nonzero
nonzero
:
"nonzero"
even
Odd
evenOdd
:
"evenOdd"
per
Subpath
perSubpath
:
"perSubpath"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Enumeration Members
none
auto
nonzero
even
Odd
per
Subpath
App
Projects
School
Pricing
Blog
Learn
Bitbybit Docs
Loading...
How closed subpaths of a filled element are turned into faces.
none: no faces, only the outline wires.auto: build faces honoring each element's own SVG fill-rule (nonzero/evenodd).nonzero: force the non-zero winding rule.evenOdd: force the even-odd rule.perSubpath: every closed subpath becomes its own independent face (no holes).