Method AskAxis3D
AskAxis3D(UserQuestion, bool, SmartAxis3D, out SmartAxis3D)
Asks the user for a 3D axis.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
UserAnswerType AskAxis3D(UserQuestion inQuestion, bool inIsOriented, SmartAxis3D inSuggestion, out SmartAxis3D outAnswer)
Parameters
| Type | Name | Description |
|---|---|---|
| UserQuestion | inQuestion | Question asked to the user. |
| bool | inIsOriented | Whether to ask for orientation. |
| SmartAxis3D | inSuggestion | Suggested answer, or |
| SmartAxis3D | outAnswer | User answer, or |
Returns
| Type | Description |
|---|---|
| UserAnswerType | Type of user answer. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) may be called before calling this method to allow the user to create or modify entities during the interaction.
This method is available since v7.7.