CreateNewCurve Method (ISurface)
Creates a new empty curve for the part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateNewCurve() As Object |
Visual Basic (Usage) | |
---|
Dim instance As ISurface
Dim value As Object
value = instance.CreateNewCurve()
|
C# | |
---|
object CreateNewCurve() |
C++/CLI | |
---|
Object^ CreateNewCurve(); |
Return Value
Newly created
curve
Remarks
See Also