Skip to main content

GeometryBuilderBuildEventData

Represents the build event data for the IfcGeometryBuilder.

Index

Constructors

publicconstructor

  • Creates an instance of GeometryBuilderBuildEventData.


    Parameters

    • totalGeometryCount: number

      The total number of geometries being built.

    • totalIndiceCount: number

      The total number of indices being processed.

    Returns GeometryBuilderBuildEventData

Properties

publicprocessedIndiceCount

processedIndiceCount: number = 0

publictotalGeometryCount

totalGeometryCount: number

The total number of geometries being built.

publictotalIndiceCount

totalIndiceCount: number

The total number of indices being processed.

Accessors

publicgeometry

publicprogress

  • get progress(): number
  • Gets the progress of the build operation as a percentage.


    Returns number