Enum Scene.PricingType
Represents pricing types available for an object.
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public enum Scene.PricingType
Fields
Name | Description |
---|---|
NbDoors | When used for a "Door handle" finish, the price is multiplied by the number of door handles. |
NbDoorsAndDrawers | The object is invoiced per amount of doors and drawers. The price from the catalog is for one door or drawer. |
NbDrawers | When used for a "Drawer handle" finish, the price is multiplied by the number of drawer handles. |
NotInvoiced | The object is not invoiced. |
PerUnit | The object is invoiced per unit. |
Percentage | When used for a finish, calculates price from a percentage of the object's price, which is known already at the moment the finish is treated. |
PrecentageArticle | For a component, the price is a percentage of its parent object price. For a finish, percentage of the origin object price. |
x2Wand2Dm | The object is invoiced per twice width plus twice depth. The price from the catalog is for one meter. |
x2Wand2Dm_10cm | The object is invoiced per twice width plus twice depth. The price from the catalog is for one meter. The price is rounded up to the nearest 10 cm. |
xDm | The object is invoiced per depth. The price from the catalog is for one meter. |
xDm_10cm | The object is invoiced per depth. The price from the catalog is for one meter. The price is rounded up to the nearest 10 cm. |
xDxHm2 | The object is invoiced per square area defined by depth and height. The price from the catalog is for one square meter. |
xHm | The object is invoiced per height. The price from the catalog is for one meter. |
xHm_10cm | The object is invoiced per height. The price from the catalog is for one meter. The price is rounded up to the nearest 10 cm. |
xWand2Dm | The object is invoiced per width plus twice depth. The price from the catalog is for one meter. |
xWand2Dm_10cm | The object is invoiced per width plus twice depth. The price from the catalog is for one meter. The price is rounded up to the nearest 10 cm. |
xWandDm | The object is invoiced per width plus depth. The price from the catalog is for one meter. |
xWandDm_10cm | The object is invoiced per width plus depth. The price from the catalog is for one meter. The price is rounded up to the nearest 10 cm. |
xWm | The object is invoiced per width. The price from the catalog is for one meter. |
xWm_10cm | The object is invoiced per width. The price from the catalog is for one meter. The price is rounded up to the nearest 10 cm. |
xWm_LengthDependentDeprecated | |
xWm_SegmentGrouping | The object is invoiced per width (length). The price is rounded up to the nearest integer quantity sufficient to accommodate all existing segments of the object without dividing them into smaller segments. |
xWxDm2 | The object is invoiced per square area defined by width and depth. The price from the catalog is for one square meter. |
xWxDm2_NetSurface | The object is invoiced per net surface area defined the width and depth plane. The price from the catalog is for one square meter. |
xWxDm2_SurfaceGrouping | The object is invoiced per square area defined by depth and height. The price is rounded up to the nearest integer quantity sufficient to accommodate all existing fragments of the object without dividing them into smaller pieces. |
xWxDxHm3 | The object is invoiced per volume defined by width, depth, and height. The price from the catalog is for one cubic meter. |
xWxHm2 | The object is invoiced per square area defined by width and height. The price from the catalog is for one square meter. |