IModelJson.BcurveProps Interface
Interface for bspline curve (aka bcurve)
Properties
| Name | Type | Description | |
|---|---|---|---|
| closed | boolean | undefined | optional flag for periodic data. | |
| knots | [number] | knots. | |
| order | number | order of polynomial | |
| points | [XYZProps] | control points |
Defined in
- serialization/IModelJsonSchema.ts Line 373
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.