loadSourceGeometry
loadSourceGeometry: boolean | undefined
Flag that indicates whether or not the transformation process needs to consider the source geometry before cloning/transforming. For standard cases, it is not required to load the source GeometryStream in JavaScript since the cloning happens in native code. Also, the target GeometryStream will be available in JavaScript prior to insert.
@note If the source geometry affects the class mapping or transformation logic, then this flag should be set to true
. The default is false
.
@see IModelExporter.wantGeometry
Defined in
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.