IModelJson.CurveCollectionProps Interface
Interface for a collection of curves, eg. as used as a swept contour.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| bagofCurves | undefined | [IModelJson.CurveCollectionProps] | A collection of curves with no required structure or connections: | |
| path | undefined | [IModelJson.CurvePrimitiveProps] | A sequence of curves joined head to tail: |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| loop | undefined | [IModelJson.CurvePrimitiveProps] | IModelJson.PlanarRegionProps | {loop:...}* A sequence of curves which connect head to tail, with the final connecting back to the first |
| parityRegion | undefined | [object] | IModelJson.PlanarRegionProps | {parityRegion:...}* A collection of loops, with composite inside/outside determined by parity rules. |
| unionRegion | undefined | [IModelJson.PlanarRegionProps] | IModelJson.PlanarRegionProps | {unionRegion:...}* A collection of loops and parityRegions |
Defined in
Last Updated: 08 January, 2020