Geometry3dHandle
Hierarchy
- Geometry3dHandle
Index
Constructors
Properties
Constructors
publicconstructor
Creates a new instance of the Geometry3dHandle class.
Parameters
id: string
The unique identifier for the geometry.
aabb: { max: Vector3; min: Vector3 }
The axis-aligned bounding box of the geometry.
isTransparent: boolean
Indicates whether the geometry is transparent.
productsAndMeshes: BimIfcProductsAndMeshes
The products and meshes associated with the geometry.
cullingDistance: number
The distance at which the geometry should be culled.
center: Vector3
The center of the geometry’s axis-aligned bounding box in IFC space.
Returns Geometry3dHandle
Properties
readonlyaabb
The axis-aligned bounding box of the geometry.
Type declaration
max: Vector3
min: Vector3
readonlycenter
The center of the geometry’s axis-aligned bounding box in IFC space.
readonlycullingDistance
The distance at which the geometry should be culled.
readonlyid
The unique identifier for the geometry.
readonlyisTransparent
Indicates whether the geometry is transparent.
readonlyproductsAndMeshes
The products and meshes associated with the geometry.
Represents a handle for a 3D geometry. Can be used to unload the geometry from the GPU.