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.
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.