Transform.CreateReflection
Description:
Creates a transform that represents a reflection across the given plane.
Creates a transform that represents a reflection across the given plane.
private Transform Reflect(ReferencePlane refPlane)
{
Transform mirTrans = Transform.CreateReflection(refPlane.GetPlane());
return mirTrans;
}
-
A non-optional argument was NULL