DELMPPositionKWTypePackage Types

This section describes the types of the DELMPPositionKWTypePackage.

Note: The "manufactured item" objects described in this document were know as "process" objects in previous releases. The term "process" is still used in the names of functions, types, methods, attributes, and so on. In this case, "process" now means "manufactured item".

This page discusses:

ResourcePositionReferential

Specifies the value for resource position referential.

Values

The ResourcePositionReferential type can take one of the following values:

  • BuildUp
  • ImplementedManufacturedItem
  • Layout
  • UserDefined
  • FromPrevious

Example

let MyOperationOrSystem(ProdSystemOccurrence)
let MyResourceOcc(ResourceOccurrence)
let lAbsolutePosition(List)
let MyReferentialOcc(ObjectType)
let eReferentialType(ResourcePositionReferential)
let eApplicability(ResourcePositionApplicability)
let iResult(Integer)
eReferentialType = "UserDefined"
eApplicability = "Operation"
lAbsolutePosition = List(1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1000.0)
// MyOperationOrSystem, MyResourceOcc, and MyReferentialOcc are needed to be valuated before using this API
iResult = MyOperationOrSystem.AddResourcePosition(MyResourceOcc,lAbsolutePosition,MyReferentialOcc,eReferentialType,eApplicability)
eReferentialType = "BuildUp"
eApplicability = "System"
iResult = MyOperationOrSystem.AddResourcePosition(MyResourceOcc,lAbsolutePosition,NULL,eReferentialType,eApplicability)

Functions

The following functions are associated with this type:

ResourcePositionApplicability

Specifies the value for resource position applicability.

Values

The ResourcePositionApplicability type can take one of the following values:

  • Operation
  • System

Example

let MyOperationOrSystem(ProdSystemOccurrence)
let MyResourceOcc(ResourceOccurrence)
let lAbsolutePosition(List)
let MyReferentialOcc(ObjectType)
let eReferentialType(ResourcePositionReferential)
let eApplicability(ResourcePositionApplicability)
let iResult(Integer)
eReferentialType = "UserDefined"
eApplicability = "Operation"
lAbsolutePosition = List(1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1000.0)
// MyOperationOrSystem, MyResourceOcc, and MyReferentialOcc are needed to be valuated before using this API
iResult = MyOperationOrSystem.AddResourcePosition(MyResourceOcc,lAbsolutePosition,MyReferentialOcc,eReferentialType,eApplicability)
eReferentialType = "BuildUp"
eApplicability = "System"
iResult = MyOperationOrSystem.AddResourcePosition(MyResourceOcc,lAbsolutePosition,NULL,eReferentialType,eApplicability)

Functions

The following functions are associated with this type: