GeometryBuilderBuildEventData
Index
Constructors
Properties
Accessors
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
publictotalGeometryCount
The total number of geometries being built.
publictotalIndiceCount
The total number of indices being processed.
Accessors
publicgeometry
Gets currently built geometry
Returns Geometry3d
publicprogress
Gets the progress of the build operation as a percentage.
Returns number
Represents the build event data for the IfcGeometryBuilder.