BimCT SDK / WebGL2 Viewer
BimCT.io
Playground
Converter API
Live Demo
Preparing search index...
index
ClippingRegion
Interface ClippingRegion
Interface representing a clipping region.
interface
ClippingRegion
{
boundingBox
?:
BoundingBox3D
;
rectangle
?:
Rectangle
;
scaleFactor
?:
number
;
highlighted
?:
boolean
;
customScale
?:
CustomScale
;
}
Index
Properties
bounding
Box?
rectangle?
scale
Factor?
highlighted?
custom
Scale?
Properties
Optional
bounding
Box
boundingBox
?:
BoundingBox3D
Optional
rectangle
rectangle
?:
Rectangle
Optional
scale
Factor
scaleFactor
?:
number
Optional
highlighted
highlighted
?:
boolean
Optional
custom
Scale
customScale
?:
CustomScale
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bounding
Box
rectangle
scale
Factor
highlighted
custom
Scale
BimCT.io
Playground
Converter API
Live Demo
BimCT SDK / WebGL2 Viewer
Loading...
Interface representing a clipping region.