IGetSilhoutteEdgeCount Method (IFace)
Obsolete. Superseded by IFace2::IGetSilhoutteEdgeCount.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetSilhoutteEdgeCount( _
ByRef Root As System.Double, _
ByRef Normal As System.Double _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IFace
Dim Root As System.Double
Dim Normal As System.Double
Dim value As System.Integer
value = instance.IGetSilhoutteEdgeCount(Root, Normal) |
C# | |
---|
System.int IGetSilhoutteEdgeCount(
ref System.double Root,
ref System.double Normal
) |
C++/CLI | |
---|
System.int IGetSilhoutteEdgeCount(
& System.double% Root,
& System.double% Normal
) |
Parameters
- Root
-
- Normal
-
See Also