@<TRIPOS>ASSOCIATED_ANNOTATION
Each data record associated with this RTI contains a unique identifier followed by the SPL description of the annotation. The sequence of data records is repeated for additional annotation objects.
feature_nameobject_splEND#OF#OBJECT[feature_nameobject_splEND#OF#OBJECT]...The SPL generated by SYBYL for annotation objects is written so that each recreated object will have a unique ID string, no matter when it is created. The first line of each object's SPL generates a new ID and assigns it to an SPL variable specifically set aside for this use (you should not use the variable ANN_TEMP_ID for anything other than SPL to restore saved annotation objects).
The generation of unique IDs is essential to the correct behavior of the annotation objects. Conflicting ID strings can and will cause unexpected results.
OB00003 SETVAR ANN_TEMP_ID %ANN_GENERATE_ID(%ANN_TARGET_PLANE()) ANNOTATE ARROW CREATE $ANN_TEMP_ID \ ANN!SYBYL!PLANE C -3.261262 -6.262136 \ ANN!SYBYL!PLANE C 3.887888 -6.310680 ANNOTATE ARROW SET STYLE $ANN_TEMP_ID HEAD Filled ANNOTATE ARROW SET STYLE $ANN_TEMP_ID TAIL Filled ANNOTATE ARROW SET STYLE $ANN_TEMP_ID BODY Filled ANNOTATE ARROW SET COLOR $ANN_TEMP_ID HEAD White ANNOTATE ARROW SET COLOR $ANN_TEMP_ID TAIL White ANNOTATE ARROW SET COLOR $ANN_TEMP_ID BODY White ANNOTATE ARROW SET SIZE $ANN_TEMP_ID HEAD 0.357495 ANNOTATE ARROW SET SIZE $ANN_TEMP_ID TAIL 0.357495 ANNOTATE ARROW SET SIZE $ANN_TEMP_ID BODY 0.357495 END#OF#OBJECT OB00016 SETVAR ANN_TEMP_ID %ANN_GENERATE_ID(%ANN_TARGET_PLANE()) ANNOTATE TEXT CREATE $ANN_TEMP_ID \ ANN!SYBYL!PLANE C 4.276677 -6.456311 Some sample text . ANNOTATE TEXT SET COLOR $ANN_TEMP_ID White ANNOTATE TEXT SET FONT_FAMILY $ANN_TEMP_ID "Helvetica" ANNOTATE TEXT SET SIZE $ANN_TEMP_ID 12 ANNOTATE TEXT SET WEIGHT $ANN_TEMP_ID MEDIUM ANNOTATE TEXT SET SLANT $ANN_TEMP_ID ROMAN ANNOTATE TEXT SET ALIGNMENT $ANN_TEMP_ID LEFT END#OF#OBJECT
Description of two annotation objects: an arrow and a text string.
|
Tripos, Inc. http://www.tripos.com |