AvoidSingularity Property
Description
Sets / returns singularity avoidance mode.
Syntax
Property AvoidSingularity As Boolean
Default value
False
Return Value
A Boolean value that is True if singularity avoidance is active, False if not.
See Also
Go Method, Jump Method, Move Method
AvoidSingularity Example
VB Example:
m_spel.AvoidSingularity = True
C# Example:
m_spel.AvoidSingularity = true;