ILNumerics - Technical Application Development
Top
The Triangles type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AutoComputeNormals |
Trigger recalculation of normal vectors after modifications to the vertices and/or indices buffer.
[ILNumerics Visualization Engine] | |
| BeginVisit |
handle transformations before visiting the node
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| Configure |
Populate changes made to any buffers to the scene used for rendering.
(Overrides ShapeConfigure(Boolean, Boolean).)[ILNumerics Visualization Engine] | |
| Copy | (Overrides NodeCopy.) | |
| CreateSynchedCopy | (Overrides NodeCreateSynchedCopy(Node).) | |
| Detach |
Detach this shapes buffers from any shared buffers and allows individual changes
(Inherited from Shape.)[ILNumerics Visualization Engine] | |
| Dispose |
Dispose off this shape, release any references to buffer resources
(Inherited from Shape.)[ILNumerics Visualization Engine] | |
| EndVisit | (Inherited from Node.) | |
| GetPosition |
Get midpoint of the vertex positions
(Inherited from Shape.)[ILNumerics Visualization Engine] | |
| GetPrimitiveCount |
Get the number of basic primitives which are configured for this shape
(Inherited from Shape.)[ILNumerics Visualization Engine] | |
| GetSortedAndClippedScreen |
Gets all individual triangles, optionally sorted and clipped at the viewing frustum
[ILNumerics Visualization Engine] | |
| OnDisposing | (Inherited from Node.) | |
| OnMouseClick |
Default mouse click handler, toogles the selection state
(Inherited from Shape.)[ILNumerics Visualization Engine] | |
| OnMouseDoubleClick | (Inherited from Node.) | |
| OnMouseDown | (Inherited from Node.) | |
| OnMouseEnter | (Inherited from Node.) | |
| OnMouseLeave | (Inherited from Node.) | |
| OnMouseMove | (Inherited from Node.) | |
| OnMouseUp | (Inherited from Node.) | |
| OnMouseWheel | (Inherited from Node.) | |
| OnPropertyChanged | (Inherited from Node.) | |
| RaiseMouseClick | (Inherited from Node.) | |
| RaiseMouseDoubleClick | (Inherited from Node.) | |
| RaiseMouseDown | (Inherited from Node.) | |
| RaiseMouseEnter | (Inherited from Node.) | |
| RaiseMouseLeave | (Inherited from Node.) | |
| RaiseMouseMove | (Inherited from Node.) | |
| RaiseMouseUp | (Inherited from Node.) | |
| RaiseMouseWheel | (Inherited from Node.) | |
| StartPipeline | (Inherited from Shape.) | |
| Synchronize | (Overrides ShapeSynchronize(Node, SyncParams).) | |
| ToString | (Inherited from Node.) | |
| VisitInternal | (Inherited from Shape.) |
See Also