cloneUsingBinaryGeometry
cloneUsingBinaryGeometry: boolean | undefined
Flag that indicates whether or not the transformation process should clone using binary geometry.
Prefer to never to set this flag. If you need geometry changes, instead override onTransformElement
and provide an ElementGeometryBuilderParams to the elementGeometryBuilderParams
property of ElementProps instead, it is much faster. You can read geometry during the transformation by setting the
loadSourceGeometry property to true
, and passing that to a GeometryStreamIterator
@note this flag will be deprecated when elementGeometryBuilderParams
is no longer an alpha API
@default
true
Defined in
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.