How to center custom labels in CEETRON Envision for Web

If you want to center a custom label to a 3D point in CEETRON Envision, your best bet is to use labelAttachmentPoint.

labelPart.labelAttachmentPoint = cee.mrk.LabelAttachmentPoint.CENTER; should center the label to a given 3D point.