RoomleConfigurator.Internal.PreviewLineComponent
configurator-core/src/roomle-configurator.internal.PreviewLineComponent
Hierarchy
↳
PreviewLineComponent
Table of contents
Properties
Methods
Properties
animationValues
• Optional
animationValues: Map
<string
, string
>
Inherited from
PreviewComponent.animationValues
boundingBox
• boundingBox: Box3
Inherited from
boundingBoxMesh
• boundingBoxMesh: RoomleEventedMesh
Inherited from
PreviewComponent.boundingBoxMesh
boundingLineMesh
• boundingLineMesh: RoomleEventedMesh
childDockId
• childDockId: number
Inherited from
childId
• childId: number
Inherited from
docklineRotation
• docklineRotation: Euler
geometryChanged
• geometryChanged: boolean
Inherited from
PreviewComponent.geometryChanged
hash
• hash: string
Inherited from
isChildPlanObject
• isChildPlanObject: boolean
Inherited from
PreviewComponent.isChildPlanObject
isRootComponent
• isRootComponent: boolean
Inherited from
PreviewComponent.isRootComponent
lineFrom
• lineFrom: Vector3
lineMesh
• lineMesh: Mesh
<BufferGeometry
<NormalBufferAttributes
>, Material
| Material
[], Object3DEventMap
>
lineSegments
• lineSegments: PreviewLineSegment
[]
lineTo
• lineTo: Vector3
loadingMesh
• loadingMesh: Mesh
<BufferGeometry
<NormalBufferAttributes
>, Material
| Material
[], Object3DEventMap
>
Inherited from
meshes
• meshes: RoomleEventedMesh
[]
Inherited from
parentDockId
• parentDockId: number
Inherited from
parentId
• parentId: number
Inherited from
parentObjectId
• parentObjectId: number
Inherited from
PreviewComponent.parentObjectId
positionFrom
• positionFrom: Vector3
positionTo
• positionTo: Vector3
receivedPointAssociation
• receivedPointAssociation: boolean
Inherited from
PreviewComponent.receivedPointAssociation
roomleLineFrom
• roomleLineFrom: KernelVector3
roomleLineTo
• roomleLineTo: KernelVector3
roomlePosition
• roomlePosition: KernelVector3
Inherited from
PreviewComponent.roomlePosition
roomlePositionFrom
• roomlePositionFrom: KernelVector3
roomlePositionTo
• roomlePositionTo: KernelVector3
roomleRotation
• roomleRotation: KernelVector3
Inherited from
PreviewComponent.roomleRotation
runtimeId
• runtimeId: number
Inherited from
stringId
• stringId: string
Inherited from
Methods
addMesh
▸ addMesh(mesh
, transform?
): void
Parameters
mesh
Mesh
<BufferGeometry
<NormalBufferAttributes
>, Material
| Material
[], Object3DEventMap
>
transform?
Float32Array
Returns
void
Inherited from
animateMeshes
▸ animateMeshes(aniamtion
, from
, to
, animate
, onProgressUpdate?
): void
Parameters
aniamtion
string
from
string
to
string
animate
boolean
onProgressUpdate?
() => void
Returns
void
Inherited from
PreviewComponent.animateMeshes
clonePreview
▸ clonePreview(numberOfDuplication
): PreviewComponent
Parameters
numberOfDuplication
number
Returns
Inherited from
clonePreviewLine
▸ clonePreviewLine(numberOfDuplication
): PreviewLineComponent
Parameters
numberOfDuplication
number
Returns
computeBoundingBox
▸ computeBoundingBox(boxForMeasurements?
, useMeshes?
): void
Parameters
boxForMeasurements?
useMeshes?
boolean
Returns
void
Inherited from
PreviewComponent.computeBoundingBox
deselect
▸ deselect(): void
Returns
void
Inherited from
getKernelPosition
▸ getKernelPosition(newParent
): KernelVector3
Parameters
newParent
Returns
Inherited from
PreviewComponent.getKernelPosition
getMeshById
▸ getMeshById(meshId
): Mesh
<BufferGeometry
<NormalBufferAttributes
>, Material
| Material
[], Object3DEventMap
>
Parameters
meshId
number
Returns
Mesh
<BufferGeometry
<NormalBufferAttributes
>, Material
| Material
[], Object3DEventMap
>
Inherited from
getPositionForIntersectionPoint
▸ getPositionForIntersectionPoint(intersectionPoint
): Vector3
Parameters
intersectionPoint
Vector3
Returns
Vector3
hideSelectionLine
▸ hideSelectionLine(): void
Returns
void
hoverOff
▸ hoverOff(): void
Returns
void
Inherited from
hoverOn
▸ hoverOn(): void
Returns
void
Inherited from
isChild
▸ isChild(componentId
): boolean
Parameters
componentId
number
Returns
boolean
Inherited from
loading
▸ loading(): void
Returns
void
Inherited from
loadingFinished
▸ loadingFinished(): void
Returns
void
Inherited from
PreviewComponent.loadingFinished
preparePreview
▸ preparePreview(): void
Returns
void
Inherited from
PreviewComponent.preparePreview
recursiveMeshes
▸ recursiveMeshes(): Mesh
<BufferGeometry
<NormalBufferAttributes
>, Material
| Material
[], Object3DEventMap
>[]
Returns
Mesh
<BufferGeometry
<NormalBufferAttributes
>, Material
| Material
[], Object3DEventMap
>[]
Inherited from
PreviewComponent.recursiveMeshes
removeAllMeshes
▸ removeAllMeshes(): void
Returns
void
Inherited from
PreviewComponent.removeAllMeshes
removeMesh
▸ removeMesh(mesh
): void
Parameters
mesh
Mesh
<BufferGeometry
<NormalBufferAttributes
>, Material
| Material
[], Object3DEventMap
>
Returns
void
Inherited from
removeMeshById
▸ removeMeshById(meshId
): void
Parameters
meshId
number
Returns
void
Inherited from
PreviewComponent.removeMeshById
replaceMeshes
▸ replaceMeshes(meshes
): void
Parameters
meshes
Mesh
<BufferGeometry
<NormalBufferAttributes
>, Material
| Material
[], Object3DEventMap
>[]
Returns
void
Inherited from
PreviewComponent.replaceMeshes
select
▸ select(): void
Returns
void
Inherited from
startPulsating
▸ startPulsating(): void
Returns
void
Inherited from
PreviewComponent.startPulsating