Constructor.
Viewer object.
Params of new length dimension or string id to use existing one.
Return object's global RGB color defined as OccViewer.ColorString
Set object's global color or empty string to unset.
Get object id as string.
Return TRUE if object with specified Id exists.
Return TRUE if object with specified Id has deferred data loaded.
Get text label params.
Set text label params.
Get point position.
Set point position.
Return object's selectable status.
Set object's selectable status.
Get text.
Set text.
Get text position.
Set text position.
Return object's transparency within [0.0, 1.0]
range, or 0.0
if unspecified.
Set object's global transparency within [0.0, 1.0]
range, or 0.0
to unset.
Return object visibility state.
Set object visibility state.
Return view in which object is visible or NULL if it is not displayed or displayed in multiple views.
Set object to be visible only within specific view or all views (NULL) - view affinity. Note that visible still has to be set independently.
Represents text label object which can be displayed in the Viewer.
This class is a wrapper around functions of OccViewer.PmiController. This class contains week reference to actual text label object. You can create new text label object or use existing one by pass string id of existing object.
See also OccViewer.UserEvents
.onEditTextLabel
callback for tracking changes.