Click or drag to resize
Transformer3dsApplyTransformation Method
Applies the newTransformation to the modelToApplyTransformtion. If the model already has the same type of transformation than this transformation is replaced with the new one. If this type of transformation is not already applied to the models than the transformation is added to model's Transform3DGroup

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public void ApplyTransformation(
	Model3D modelToApplyTransformtion,
	Transform3D newTransformation
)

Parameters

modelToApplyTransformtion
Type: System.Windows.Media.Media3DModel3D
modelToApplyTransformtion
newTransformation
Type: System.Windows.Media.Media3DTransform3D
newTransformation
See Also