CreateBodyFromSurfaces Method (IBody)
Obsolete. Superseded by IBody2::CreateBodyFromSurfaces.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateBodyFromSurfaces() As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim value As System.Boolean
value = instance.CreateBodyFromSurfaces() |
C# | |
---|
System.bool CreateBodyFromSurfaces() |
C++/CLI | |
---|
System.bool CreateBodyFromSurfaces(); |
See Also