IMathPlane Interface Members Send Feedback
See Also  Methods 

The following tables list the members exposed by IMathPlane.

Public Methods

 NameDescription
 MethodGetClosestPointToGets the point on the plane that is closest to the specified point.  
 MethodGetNormalGets the vector normal to this plane.  
 MethodGetOriginGets the origin of this plane.  
 MethodIntersectWithLinearObjectGets the point where this plane intersects the specified linear object.  
 MethodIntersectWithPlaneGets the mathematical line where this plane intersects with the specified plane.  
 MethodIsCoplanarToGets whether the specified plane is coplanar with this plane within the specified tolerance.  
 MethodIsParallelToGets whether the specified plane is parallel to this plane within the specified tolerance.  
 MethodIsPerpendicularToGets whether the specified plane is perpendicular to this plane within the specified tolerance.  
 MethodReverseNormalReverses the normal to this plane.  
 MethodSetNormalSets the vector normal to this plane.  
 MethodSetOriginSets the origin of this plane to the specified point.  
 MethodTransformByApplies the specified mathematical transformation to this plane.  
Top

See Also