| Name | Description |
---|
| GetVisual3DTotalTransform(Visual3D, Boolean, Boolean) |
GetVisual3DTotalTransform returns a Transform3D that contains all the transformations from the Viewport3D to the finalVisual3D.
If no transformation is found, then null is returned.
The isVisual3DConnected out parameter is set to false, when the Viewport3D is not reached from the finalVisual3D.
|
| GetVisual3DTotalTransform(Visual3D, Boolean, Transform3D) |
GetVisual3DTotalTransform returns true when the specified finalVisual3D can be reached from the Viewport3D.
In this case the totalTransform3D out parameter is set to the a Transform3D that contains all the transformations from the Viewport3D to the finalVisual3D.
If no transformation is found, then totalTransform3D is set to null.
|
| GetVisual3DTotalTransform(Visual3D, Visual3D, Boolean, Boolean) |
GetVisual3DTotalTransform returns a Transform3D that contains all the transformations from the rootVisual3D to the finalVisual3D.
When rootVisual3D is null, then transformation from Viewport3D to the finalVisual3D is returned.
If no transformation is found, then null is returned.
The isVisual3DConnected out parameter is set to false, when the rootVisual3D or Viewport3D is not reached from the finalVisual3D.
|
| GetVisual3DTotalTransform(Visual3D, Visual3D, Boolean, Transform3D) |
GetVisual3DTotalTransform returns true when the specified finalVisual3D can be reached from the rootVisual3D.
In this case the totalTransform3D out parameter is set to the a Transform3D that contains all the transformations from the rootVisual3D to the finalVisual3D.
If no transformation is found, then totalTransform3D is set to null.
|