Creates a new infinite planar surface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreatePlanarSurface2( _
ByRef RootPoint As Double, _
ByRef Normal As Double, _
ByRef Ref As Double _
) As Surface |
Visual Basic (Usage) | |
---|
Dim instance As IModeler
Dim RootPoint As Double
Dim Normal As Double
Dim Ref As Double
Dim value As Surface
value = instance.ICreatePlanarSurface2(RootPoint, Normal, Ref)
|
C# | |
---|
Surface ICreatePlanarSurface2(
ref double RootPoint,
ref double Normal,
ref double Ref
) |
C++/CLI | |
---|
Surface^ ICreatePlanarSurface2(
& double% RootPoint,
& double% Normal,
& double% Ref
) |
Parameters
- RootPoint
- Array of 3 doubles (x,y,z)
- Normal
- Array of 3 doubles (x,y,z)
- Ref
- Array of 3 doubles representing the vector defining the x-axis on the plane
Return Value
Newly created planar
surface
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0