@twinfinity/core
    Preparing search index...

    Class GeometryBuilderBuildEventData

    Represents the build event data for the IfcGeometryBuilder.

    Index

    Constructors

    • 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

    processedIndiceCount: number = 0
    totalGeometryCount: number

    The total number of geometries being built.

    totalIndiceCount: number

    The total number of indices being processed.

    Accessors

    • get progress(): number

      Gets the progress of the build operation as a percentage.

      Returns number