Method AskEdgeWithPickingAxis
AskEdgeWithPickingAxis(UserQuestion, ElementItemId, out ElementItemId, out Axis3D)
Asks the user for an edge with picking axis.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 300, 60)]
UserAnswerType AskEdgeWithPickingAxis(UserQuestion inQuestion, ElementItemId inSuggestion, out ElementItemId outAnswer, out Axis3D outPickingAxis)
Parameters
| Type | Name | Description |
|---|---|---|
| UserQuestion | inQuestion | Question asked to the user. |
| ElementItemId | inSuggestion | Suggested answer, or Empty if none. |
| ElementItemId | outAnswer | User answer, or Empty if none. |
| Axis3D | outPickingAxis | User picking axis when answer is not empty and not equal to suggestion. |
Returns
| Type | Description |
|---|---|
| UserAnswerType | Type of user answer. |
Remarks
This method is available since v7.10.300.60.