Creates a planar surface.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function ICreatePlanarSurfaceDLL( _
   ByRef RootPoint As System.Double, _
   ByRef Normal As System.Double _
) As Surface | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IBody2
Dim RootPoint As System.Double
Dim Normal As System.Double
Dim value As Surface
 
value = instance.ICreatePlanarSurfaceDLL(RootPoint, Normal) | 
| C# |  | 
|---|
| Surface ICreatePlanarSurfaceDLL( 
   ref System.double RootPoint,
   ref System.double Normal
) | 
| C++/CLI |  | 
|---|
| Surface^ ICreatePlanarSurfaceDLL( 
&   System.double% RootPoint,
&   System.double% Normal
)  | 
Parameters
- RootPoint
- Pointer to an array of 3 doubles (x,y,z)
- Normal
- Pointer to an array of 3 doubles (x,y,z)
Return Value
Pointer to the new planar surface
Remarks
 
            
            See Also
 
            Availability
SOLIDWORKS 2001Plus FCS, Revision number 10.0