| Method Summary |
| Point3D | GetAttachmentPoint
()
Get method for attribute
"AttachmentPoint"
The attachment point, in screen coordinates. |
|
/*optional*/
View2D | GetView
()
Get method for attribute
"View"
The drawing model view (the attachment point will move relative to this view). If null, the attachment will not be with respect to a view. |
| void | SetAttachmentPoint
(Point3D value)
Set method for attribute
"AttachmentPoint"
The attachment point, in screen coordinates. |
| void | SetView
(
/*optional*/
View2D value)
Set method for attribute
"View"
The drawing model view (the attachment point will move relative to this view). If null, the attachment will not be with respect to a view. |