ICreateBoundedSurface Method (IBody)
Obsolete. Superseded by IBody2::ICreateBoundedSurface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub ICreateBoundedSurface( _
ByVal UOpt As Boolean, _
ByVal VOpt As Boolean, _
ByRef UvParams As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim UOpt As Boolean
Dim VOpt As Boolean
Dim UvParams As Double
instance.ICreateBoundedSurface(UOpt, VOpt, UvParams)
|
C++/CLI | |
---|
void ICreateBoundedSurface(
& bool UOpt,
& bool VOpt,
& double% UvParams
) |
Parameters
- UOpt
-
- VOpt
-
- UvParams
-
See Also