ElementGeometry.IteratorEntry Class

Current state information for Iterator

Implements

Methods

Name Description
constructor(geomParams: GeometryParams, localToWorld: Transform, applyLocalToWorld?: boolean): ElementGeometry.IteratorEntry    
toBRepData(wantBRepData: boolean = false): BRepEntity.DataProps | undefined Return the DataProps representation for the current entry for checking brep type and face attachments.  
toGeometryPart(partToLocal?: Transform, partToWorld?: Transform): string | undefined Return the GeometryPart information for the current entry  
toGeometryQuery(): GeometryQuery | undefined Return the GeometryQuery representation for the current entry  
toImageGraphic(): ImageGraphic | undefined Return the ImageGraphic representation for the current entry  
toTextString(): TextString | undefined Return the TextString representation for the current entry  

Properties

Name Type Description
geomParams Readonly GeometryParams A GeometryParams representing the appearance of the current geometric entry  
localRange Range3d | undefined Optional stored local range for the current geometric entry  
localToWorld Readonly Transform | undefined Placement transform, used for converting placement relative, local coordinate entries to world  
outputTransform Accessor ReadOnly Transform | undefined    
value Accessor ElementGeometryDataEntry The current displayable opcode  
value Setter value(value: ElementGeometryDataEntry): void The current displayable opcode  

Defined in

Last Updated: 09 May, 2026