Contains useful data for drawing objects into a BaseDraw view.
Create a new help object for base draw bd.
Parameters: |
|
---|---|
Return type: | |
Returns: | The new base draw help object. |
Returns the relevant document for the current draw operation, i.e. the currently active document. Never returns None.
Return type: | BaseDocument |
---|---|
Returns: | The relevant document. |
Returns the currently active tag, or None if no tag is active (similar to BaseDocument.GetActiveTag() but more efficient since the active tag is cached).
Return type: | BaseTag |
---|---|
Returns: | The active tag. |
Returns the global matrix of the object to be drawn (similar to BaseObject.GetMg() but more efficient since the matrix is cached).
Return type: | Matrix |
---|---|
Returns: | The global matrix. |
Returns the flags which have been passed to DrawViews().
Return type: | int | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Returns: | Flags:
|
New in version R14.014.
Checks if the current object is active.
Return type: | bool |
---|---|
Returns: | True if the current object is active. |
New in version R14.014.
Checks if the current object is highlighted (i.e. when the user has moved the mouse over it).
Return type: | bool |
---|---|
Returns: | True if the current object is highlighted. |