ImageGear .NET v24.12 - Updated
Init Method (ImGearVectorEntitySplinesurface)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntitySplinesurface Class : Init Method
Number of control points in M direction.
Number of control points in N direction.
Surface degree in M direction.
Surface degree in N direction.
Initializes the surface with the specified dimensions and specified degrees.
Syntax
'Declaration
 
Public MustOverride Sub Init( _
   ByVal dimensionM As Integer, _
   ByVal dimensionN As Integer, _
   ByVal degreeM As Integer, _
   ByVal degreeN As Integer _
) 
'Usage
 
Dim instance As ImGearVectorEntitySplinesurface
Dim dimensionM As Integer
Dim dimensionN As Integer
Dim degreeM As Integer
Dim degreeN As Integer
 
instance.Init(dimensionM, dimensionN, degreeM, degreeN)
public abstract void Init( 
   int dimensionM,
   int dimensionN,
   int degreeM,
   int degreeN
)
public: abstract void Init( 
   int dimensionM,
   int dimensionN,
   int degreeM,
   int degreeN
) 
public:
abstract void Init( 
   int dimensionM,
   int dimensionN,
   int degreeM,
   int degreeN
) 

Parameters

dimensionM
Number of control points in M direction.
dimensionN
Number of control points in N direction.
degreeM
Surface degree in M direction.
degreeN
Surface degree in N direction.
See Also

Reference

ImGearVectorEntitySplinesurface Class
ImGearVectorEntitySplinesurface Members