Gets whether the surface is a parametric (spline type) surface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsParametric() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISurface
Dim value As Boolean
value = instance.IsParametric()
|
C++/CLI | |
---|
bool IsParametric(); |
Return Value
True if surface is a parametric surface, false if not
See Also