Creates a planar surface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreatePlanarSurfaceDLL( _
ByRef RootPoint As Double, _
ByRef Normal As Double _
) As Surface |
Visual Basic (Usage) | |
---|
Dim instance As IBody2
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
- 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