Click or drag to resize
MeshFlags Enumeration
Specifies how a MeshFace is rendered.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
[FlagsAttribute]
public enum MeshFlags
Members
  Member nameValueDescription
None0
DisableBackFaceCull1 Disable culling of back-facing triangles. The front face is defined by counterclockwise winding.
TwoSidedLighting2 Obsolete.
FlatShade4 Obsolete.
NoDefaultWire8 When doing surface renderering, don't default to wireframe if the MeshFace doesn't have triangle primitives.
Version Information

Supported in: 1.0.0.0
See Also