GraphicDescriptionBuilderOptions Type Alias
GraphicDescriptionBuilderOptions = { computeChordTolerance: (args: ComputeGraphicDescriptionChordToleranceArgs) => number, context: WorkerGraphicDescriptionContext, generateEdges?: boolean, pickable?: PickableGraphicOptions, placement?: Transform, type: GraphicType } & { instances?: never, viewIndependentOrigin?: Point3d }
Options supplied to GraphicDescriptionBuilder.create.
Defined in
Last Updated: 29 April, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.