ILNumerics Ultimate VS

Group Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The Group type exposes the following members.

Methods

  NameDescription
Public methodAdd(Node)
Add a node to the end of this groups child collection

[ILNumerics Visualization Engine]

Public methodAddT(T, Object, Boolean)
Add a node to the end of this groups child collection

[ILNumerics Visualization Engine]

Protected methodBeginVisit
pushes the transform, alpha and color overrides of this node to the render parameter stack

[ILNumerics Visualization Engine]

(Overrides NodeBeginVisit(RenderParameter).)
Public methodConfigure
Configure the subtree after changes to any buffer

[ILNumerics Visualization Engine]

(Overrides NodeConfigure(Boolean, Boolean).)
Public methodCopy
Create a shallow copy of this subtree

[ILNumerics Visualization Engine]

(Overrides NodeCopy.)
Protected methodCreateSynchedCopy (Overrides NodeCreateSynchedCopy(Node).)
Public methodDetach
Detach all shapes from this subtree for individual configurations

[ILNumerics Visualization Engine]

(Overrides NodeDetach.)
Public methodDispose
Dispose the complete subtree (this is rarely needed)

[ILNumerics Visualization Engine]

(Overrides NodeDispose.)
Protected methodEndVisit
pops the render parameter from render parameter stack

[ILNumerics Visualization Engine]

(Overrides NodeEndVisit(RenderParameter).)
Public methodFind(Object, NullablePrimitives)
Searches the subtree for nodes with matching tag and (optional) primitive type

[ILNumerics Visualization Engine]

Public methodFindT(Object, PredicateT)
Searches the subtree for all nodes with matching criteria

[ILNumerics Visualization Engine]

Public methodFindByIdT
Finds a typed node in this subtree, filter by ID

[ILNumerics Visualization Engine]

Public methodFirstT
Gets first node with matching criteria from subtree

[ILNumerics Visualization Engine]

Public methodFirstUpT
Finds a group node on the path up to root

[ILNumerics Visualization Engine]

Public methodGetEnumerator
Public methodGetLimits
Compute the 3D limits (extent) of this subtree

[ILNumerics Visualization Engine]

Protected methodgetLimitsInternal
Public methodInsertT
Insert a node into the child collection at predefined index

[ILNumerics Visualization Engine]

Protected methodOnDisposing (Inherited from Node.)
Protected methodOnMouseClick (Inherited from Node.)
Protected methodOnMouseDoubleClick (Inherited from Node.)
Protected methodOnMouseDown (Inherited from Node.)
Protected methodOnMouseEnter (Inherited from Node.)
Protected methodOnMouseLeave (Inherited from Node.)
Protected methodOnMouseMove (Inherited from Node.)
Protected methodOnMouseUp (Inherited from Node.)
Protected methodOnMouseWheel (Inherited from Node.)
Protected methodOnPropertyChanged (Inherited from Node.)
Protected methodRaiseMouseClick (Inherited from Node.)
Protected methodRaiseMouseDoubleClick (Inherited from Node.)
Protected methodRaiseMouseDown (Inherited from Node.)
Protected methodRaiseMouseEnter (Inherited from Node.)
Protected methodRaiseMouseLeave (Inherited from Node.)
Protected methodRaiseMouseMove (Inherited from Node.)
Protected methodRaiseMouseUp (Inherited from Node.)
Protected methodRaiseMouseWheel (Inherited from Node.)
Public methodRemove
Remove a node from this subtree

[ILNumerics Visualization Engine]

Public methodRotate(Quaternion)
Rotate this subtree by quaternion

[ILNumerics Visualization Engine]

Public methodRotate(Vector3, Double)
Rotate this subtree by rotation axis and angle

[ILNumerics Visualization Engine]

Public methodRotate(Double, Double, Double, Double)
Rotate this subtree by rotation axis and angle

[ILNumerics Visualization Engine]

Public methodScale(Vector3)
Scales this subtree

[ILNumerics Visualization Engine]

Public methodScale(Double, Double, Double)
Scales this subtree

[ILNumerics Visualization Engine]

Public methodSynchronize (Overrides NodeSynchronize(Node, SyncParams).)
Protected methodSynchronizeChildren
Public methodToString
String representation of the group node

[ILNumerics Visualization Engine]

(Overrides NodeToString.)
Public methodTranslate(Vector3)
Translates this subtree

[ILNumerics Visualization Engine]

Public methodTranslate(Double, Double, Double)
Translates this subtree

[ILNumerics Visualization Engine]

Protected methodVisitInternal (Overrides NodeVisitInternal(RenderParameter).)
Top
See Also

Reference