open3d.geometry.create_mesh_moebius¶
-
open3d.geometry.
create_mesh_moebius
(length_split=70, width_split=15, twists=1, raidus=1, flatness=1, width=1, scale=1)¶ Factory function to create a Moebius strip.
- Parameters
length_split (int, optional, default=70) – The number of segments along the Moebius strip.
width_split (int, optional, default=15) – The number of segments along the width of the Moebius strip.
twists (int, optional, default=1) – Number of twists of the Moebius strip.
raidus (float, optional, default=1) –
flatness (float, optional, default=1) – Controls the flatness/height of the Moebius strip.
width (float, optional, default=1) – Width of the Moebius strip.
scale (float, optional, default=1) – Scale the complete Moebius strip.
- Returns
open3d.geometry.TriangleMesh