BaseMesh Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members

Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Manipulates and queries mesh objects and derived mesh objects.

The BaseMesh type exposes the following members.

Methods

  Name Description
Public methodSupported by the .NET Compact Framework Clone Clones, or copies, a mesh object.
Public methodSupported by the .NET Compact Framework ConvertAdjacencyToPointReps Converts mesh adjacency information to an array of point representatives.
Public methodSupported by the .NET Compact Framework ConvertPointRepsToAdjacency Converts point representative data to mesh adjacency information.
Public methodSupported by the .NET Compact Framework Dispose Releases all resources used by the BaseMesh.
Public methodSupported by the .NET Compact Framework DrawSubset Draws a subset of a mesh.
Public methodSupported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework Finalize Allows the BaseMesh object to free resources before it is destroyed by the garbage collector. (Overrides Object.Finalize().)
Public methodSupported by the .NET Compact Framework GenerateAdjacency Generates adjacency information based on mesh indices.
Public methodSupported by the .NET Compact Framework GetAttributeTable Retrieves an attribute table for a mesh.
Public methodSupported by the .NET Compact Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public propertySupported by the .NET Compact Framework Device Gets the device associated with a mesh.
Public propertySupported by the .NET Compact Framework Disposed Gets a value indicating whether all resources used by the BaseMesh have been released.
Public propertySupported by the .NET Compact Framework IndexBuffer Gets the data in an index buffer.
Public propertySupported by the .NET Compact Framework NumberAttributes Gets the number of entries stored in an attribute table for a mesh.
Public propertySupported by the .NET Compact Framework NumberFaces Gets the number of faces in a mesh.
Public propertySupported by the .NET Compact Framework NumberVertices Gets the number of vertices in a mesh.
Public propertySupported by the .NET Compact Framework Options Gets the mesh options enabled for the current mesh at creation time.
Public propertySupported by the .NET Compact Framework VertexBuffer Gets the vertex buffer of a mesh.
Public propertySupported by the .NET Compact Framework VertexFormat Gets the vertex format that describes the contents of vertices.

Top

Events

  Name Description
Public eventSupported by the .NET Compact Framework Disposing Occurs when the Dispose method is called or when the BaseMesh object is finalized and collected by the garbage collector.

Top

See Also

Reference

BaseMesh Class

Microsoft.WindowsMobile.DirectX.Direct3D Namespace