Return the auxiliary coordinate.
If False then the returned auxiliary coordinate is not independent. By default the returned auxiliary coordinate is independent.
The auxiliary coordinate.
Examples
>>> d = c.asauxiliary() >>> print d is c True
>>> d = c.asauxiliary(copy=False) >>> print d == c True >>> print d is c False
cf.AuxiliaryCoordinate.Z
cf.AuxiliaryCoordinate.asdatetime
Enter search terms or a module, class or function name.