Creates a new infinite planar surface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreatePlanarSurface2( _
ByVal VRootPoint As Object, _
ByVal VNormal As Object, _
ByVal VRef As Object _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IModeler
Dim VRootPoint As Object
Dim VNormal As Object
Dim VRef As Object
Dim value As Object
value = instance.CreatePlanarSurface2(VRootPoint, VNormal, VRef)
|
Parameters
- VRootPoint
- Array of 3 doubles (x,y,z)
- VNormal
- Array of 3 doubles (x,y,z)
- VRef
- Array of 3 doubles representing the vector defining the x-axis on the plane
Return Value
Newly created planar
surface
Example
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0