Versions in this module Expand all Collapse all v3 v3.0.1 May 16, 2023 v3.0.0 May 5, 2023 Changes in this version + type Attribute struct + Key string + Unit string + Value string + type BoundingBox struct + Max *Coordinate + Min *Coordinate + func NewBoundingBox() *BoundingBox + type ChangeAttribute struct + A *Attribute + B *Attribute + type ChangeQuantity struct + A *Quantity + B *Quantity + type Coordinate struct + X float64 + Y float64 + Z float64 + func NewCoordinate(x, y, z float64) *Coordinate + func (o *Coordinate) Equals(d *Coordinate) bool + func (o *Coordinate) ToString() string + type Diff struct + Next int64 + Prev int64 + type ElementPropertyOverride struct + KeyToMatch string + KeyToOverride string + TargetFileIds []interface{} + ValueOverrides []PropertyValueOverride + type ElementPropertyValueOverride struct + ValueToMatch string + ValueToOverride string + type Page struct + HtmlDisplay int + NextPage int + PageNo int + PageSize int + PrePage int + StartIndex int + TotalCount int + TotalPages int + type PageList struct + Page *Page + type PropertyGroup struct + Group string + Items []*PropertyItem + type PropertyItem struct + Code string + Extension string + Key string + Unit string + Value string + ValueType int + func (o *PropertyItem) ToString() string + type PropertyOverride ElementPropertyOverride + type PropertyValueOverride ElementPropertyValueOverride + type Quantity struct + Code string + Desc string + Name string + Qty int + Unit string + type Tree struct + Items []*TreeNode + Root string + type TreeNode struct + ActualName string + Data interface{} + ElementCount int64 + ElementIds []string + ExData interface{} + FileId string + Id string + Items []*TreeNode + Name string + Parent *TreeNode + Type string + func NewTreeNode() *TreeNode Other modules containing this package github.com/chnykn/bimface github.com/chnykn/bimface/v2