Click or drag to resize
AB4D logo

BoxMesh3D Properties

The BoxMesh3D type exposes the following members.

Properties
 NameDescription
Public propertyCreatePolygonIndices Gets or sets a nullable Boolean that specifies if the created MeshGeometry3D will have PolygonIndices set to the PolygonIndicesProperty DependencyProperty. If this value is not set, then static CreatePolygonIndicesByDefault value is used. Default value is null.
Public propertyGeometry Gets the MeshGeometry3D that represents a 3D box.
Public propertyUseSharedMeshData Gets or sets a Boolean that specified if shared and frozen TriangleIndices, TextureCoordinates and Normals are used for simple 3D Boxes (simple 3D box have x, y and z segments equal to 1). Default value is true. If you TriangleIndices, TextureCoordinates and Normals will be changed, than UseSharedMeshData must be set to false before getting the Geometry property (otherwise this will change TriangleIndices, TextureCoordinates and Normals in all 3d box instances).
Top
See Also