ICreatePlanarSurface Method (IBody)
Obsolete. Superseded by IBody2::ICreatePlanarSurface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreatePlanarSurface( _
ByVal VRootPoint As System.Object, _
ByVal VNormal As System.Object _
) As Surface |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim VRootPoint As System.Object
Dim VNormal As System.Object
Dim value As Surface
value = instance.ICreatePlanarSurface(VRootPoint, VNormal) |
C++/CLI | |
---|
Surface^ ICreatePlanarSurface(
& System.Object^ VRootPoint,
& System.Object^ VNormal
) |
Parameters
- VRootPoint
-
- VNormal
-
See Also