Click or drag to resize
MeshPart Class
Represents the graphical representation of a Part.
Inheritance Hierarchy
SystemObject
  MeshBase
    ABB.Robotics.RobotStudio.StationsMeshPart

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public sealed class MeshPart : MeshBase

The MeshPart type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBodies
Gets the list of MeshBody objects contained in this MeshPart.
Top
Methods
  NameDescription
Public methodClone
Returns a deep clone of this MeshPart.
Public methodEquals (Inherited from Object.)
Public methodGetAllFaces
Returns all MeshFace objects in this MeshPart
Public methodGetBoundingBox
Calculates the BoundingBox of this MeshPart.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodOptimize
Merges faces and vertices to improve memory usage and rendering performance.
Public methodSetMaterial
Sets the Material of all MeshFace objects in this MeshPart.
Public methodToString (Inherited from Object.)
Public methodTransform(Matrix4)
Transforms all vertices and normals in the MeshPart.
Public methodTransform(Matrix4, ProgressNotification)
Transforms all vertices and normals in the MeshPart.
Public methodTraverseFaces
Performs an action on all MeshFace objects in this MeshPart.
Top
Version Information

Supported in: 1.0.0.0
See Also