Gets the silhouette edges for this face with the specified root point and in the specified direction.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetSilhoutteEdges( _
ByRef Root As Double, _
ByRef Normal As Double _
) As Edge |
Visual Basic (Usage) | |
---|
Dim instance As IFace2
Dim Root As Double
Dim Normal As Double
Dim value As Edge
value = instance.IGetSilhoutteEdges(Root, Normal)
|
C# | |
---|
Edge IGetSilhoutteEdges(
ref double Root,
ref double Normal
) |
C++/CLI | |
---|
Edge^ IGetSilhoutteEdges(
& double% Root,
& double% Normal
) |
Parameters
- Root
Array of doubles defining the root point
- Normal
Array of doubles defining the direction vector
Return Value
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0