fmeobjects.FMETriangleStrip.isFlipped¶
-
FMETriangleStrip.
isFlipped
()¶ Determines whether the orientation of the triangle strip is the opposite of what the first triangle indicates (using a right-handed coordinate system).
Return type: bool Returns: Returns True
if the orientation of the triangle strip is the opposite of what the first triangle indictes andFalse
otherwise.