IFC model profile cache.

Implements

Constructors

Properties

Accessors

Methods

Constructors

  • Construct this with its parent model.

    Parameters

    Returns IfcModelProfile

Properties

model: default

The model for this.

Accessors

  • get length(): number
  • Get the number of profiles in this.

    Returns number

Methods

  • Iterate through the profiles in this.

    Returns IterableIterator<CanonicalProfile, any, any>

  • Add a profile to the cache.

    Parameters

    Returns void

  • Get the OBJs for all the curves in the cache (lazily)

    Returns IterableIterator<[IfcProfileDef, string], any, any>

    Curves with their matching OBJ as a string