Continuation Annotation Business Rule (AITACPipeOrientationBusinessRules1)

An opening ID is an entry point used to customize business logic. The Continuation Annotation business rule opening ID is used to create the required annotations in continuation.

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 using the Piping Spool Isometrics command.

Input Objects

Input objects must be of the following types:

  • ThisObject: FactType ProductOccurrence.
  • Parameters corresponds to the context object.

Context Object Parameters

Parameter Name Type Read or Write Comments
FactType Any EKL type Type of ThisObject in the business rule body.
ConnectedObject String IN Occurrence of connected object (extracted from string with GetAttributeObject).
CoordinateX Real IN Coordinate or piping node where annotation leader is pointing.
CoordinateY Real IN Coordinate or piping node where annotation leader is pointing.
CoordinateZ Real IN Coordinate or piping node where annotation leader is pointing.
RunMode Integer IN 1: annotation is on the piping spool.

2: annotation is on the piping spool assembly.

Annotation String OUT String text to be placed on the new annotation, if the text is empty, the annotation is not created. Multiline text is supported.