MeshModel Properties |
The MeshModel type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowUserInteraction |
Gets or sets whether allow user interaction.
(Inherited from UserInteractiveObject.) | |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| Cull |
Face culling determines which faces are not rendered based on their winding order. If model show wrong faces, culling may be an issue.
| |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
| Fill |
Render as filled.
| |
| Highlight |
Gets or sets highlight style. Item can be highlighted by user interactive device or by code.
(Inherited from HighlightingItemBase.) | |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
| ModelFileName |
Model file name.
| |
| Position |
Position (offset) in axis values.
| |
| RenderingOrder |
Sets MeshModel's rendering order in relation to other series.
| |
| Rotation |
Rotating angles, in degrees
| |
| ShadeMode |
MeshModel shading mode.
| |
| Size |
Scaling factor.
| |
| TrackTriangle |
Enable sending events of model face tracking.
| |
| Wireframe |
Render as wireframe.
| |
| WireframeLineColor |
Wireframe color.
| |
| Visible |
Visible.
| |
| XAxisBinding |
X axis binding
| |
| YAxisBinding |
Y axis binding
| |
| ZAxisBinding |
Z axis binding
|