add3DViewAttribute
Adds a custom attribute to a 3D view that is stored with the 3D markup data view.
Syntax
RxCore.add3DViewAttribute(atName, atValue, viewname)
Parameters
atName
: string — Name of the custom attributeatValue
: string — Value of the custom attributeviewname
: string — Name of the view. This can be extracted from any 3D annotation as thename
property of the annotation
Returns
- NA — This method does not return a value.
Example
RxCore.add3DViewAttribute("description", "my description", annotitem.name);