For the complete documentation index, see llms.txt. This page is also available as Markdown.

RoomleConfigurator.Internal.PlanModelViewHelper

configurator-core/src/roomle-configurator.internal.PlanModelViewHelper

Table of contents

Methods

Methods

calculateLightSourceDistribution

calculateLightSourceDistribution(plan, lightSourceConfiguration): RoomLightSourceDistributionArray

Parameters

Name
Type

plan

Plan

lightSourceConfiguration

LightSourceConfiguration

Returns


getExternalComponentModuleIdsForSelection

getExternalComponentModuleIdsForSelection(plan, groupOrRootModuleId, subModuleId): ExternalModuleInformation

Parameters

Name
Type

plan

Plan

groupOrRootModuleId

string

subModuleId

string

Returns

ExternalModuleInformation


getExternalObjectComponent

getExternalObjectComponent(plan, groupId, moduleId): KernelPlanObjectComponent

Parameters

Name
Type

plan

Plan

groupId

string

moduleId

string

Returns

KernelPlanObjectComponent


getExternalObjectGroups

getExternalObjectGroups(plan): KernelObjectConfigurationArray

Parameters

Name
Type

plan

Plan

Returns


getObjectComponent

getObjectComponent(plan, aComponentOrConfigurationId): KernelPlanObjectComponent

Parameters

Name
Type

plan

Plan

aComponentOrConfigurationId

number

Returns

KernelPlanObjectComponent


getPlanObject

getPlanObject(plan, aRuntimeId): KernelPlanObject

Parameters

Name
Type

plan

Plan

aRuntimeId

number

Returns

KernelPlanObject


getPlanOverview

getPlanOverview(planObject): PlanOverview

Parameters

Name
Type

planObject

KernelObject

Returns

PlanOverview


getRootPlanObjectId

getRootPlanObjectId(plan, aRuntimeId): number

Parameters

Name
Type

plan

Plan

aRuntimeId

number

Returns

number


requestMesh3d

requestMesh3d(element): void

Parameters

Name
Type

element

PlanElement

Returns

void

Last updated