MeshModel Properties |
The MeshModel type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowUserInteraction |
Gets or sets whether allow user interaction.
(Inherited from UserInteractiveObject.) | |
| Cull |
Face culling determines which faces are not rendered based on their winding order. If model show wrong faces, culling may be an issue.
| |
| Fill |
Render as filled.
| |
| Highlight |
Gets or sets highlight style. Item can be highlighted by user interactive device or by code.
(Inherited from HighlightingItemBase.) | |
| 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
|