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