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 vector which starts from start/endpoint and ends on start end point on shelf.
Set vector which starts from start/endpoint and ends on start end point on shelf.
Get end point of length dimension.
Set start point of length dimension.
Get distance between start/end and shelf.
Set distance between start/end and shelf.
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 length dimension params.
Set length dimension params.
Return object's selectable status.
Set object's selectable status.
Get start point length dimension.
Set start point length dimension.
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 length dimension 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 length dimension. You can create new length dimension object or use existing one by pass string id of existing object.
See also OccViewer.UserEvents
.onEditLengthDimension
callback for tracking changes.