Floor Category Name

An opening ID is an entry point used to customize business logic. Floor Category Name defines the category of cutting element to be used for floor area calculation.

Note: For more information about customization by business rules, see Installation and Setup: Customize: Behavior: Data Setup: Customization by Business Rules.

This page discusses:

General Information

This opening ID is invoked while creating space references.

This opening ID is used to customize the category of cutting element to be used for floor area calculation.

The table below provides you with information related to the definition of the Opening ID.

PLM Opening ID: FloorCategoryName
Customization intent: Computation
Execution context:Client

Input Objects

Input objects must be of the following types:

  • ThisObject: VPMReference
  • Parameters: RuleContext

Sample

The following sample explains the business rule for defining the category of cutting element to be used for floor area calculation.

let FloorCategoryName(String)

FloorCategoryName = "DeckCE"

Parameters.SetAttributeString("FloorCategoryName",FloorCategoryName)