ILNumerics - Technical Application Development 
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
 
 Möbius strip is a surfcae, crated by cutting a regular strip, twisting one end by 180 deg and glueing 
            both ends together again.
 
            Create surface data for a Möbius strip
            
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public static void moebius( int n, double w, double R, OutArray<double> X, OutArray<double> Y, OutArray<double> Z )
Parameters
- n
 - Type: SystemInt32
Granularity (number of facettes) - w
 - Type: SystemDouble
Width - R
 - Type: SystemDouble
Radius - X
 - Type: ILNumericsOutArrayDouble
[Output] X coords - Y
 - Type: ILNumericsOutArrayDouble
[Output] Y coords - Z
 - Type: ILNumericsOutArrayDouble
[Output] Z coords 
Remarks
[ILNumerics Core Module]
See Also