ICreatePlanarSurfaceDLL Method (IBody)
Obsolete. Superseded by IBody2::ICreatePlanarSurfaceDLL.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreatePlanarSurfaceDLL( _
ByRef RootPoint As Double, _
ByRef Normal As Double _
) As Surface |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim RootPoint As Double
Dim Normal As Double
Dim value As Surface
value = instance.ICreatePlanarSurfaceDLL(RootPoint, Normal)
|
C# | |
---|
Surface ICreatePlanarSurfaceDLL(
ref double RootPoint,
ref double Normal
) |
C++/CLI | |
---|
Surface^ ICreatePlanarSurfaceDLL(
& double% RootPoint,
& double% Normal
) |
Parameters
- RootPoint
-
- Normal
-
See Also