Sets a point at the specified position.
Syntax
'Declaration
Public Sub SetPoint( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As ImGearVectorPoint3D _
)
'Usage
Dim instance As ImGearVectorEntityBeziersurface
Dim indexM As Integer
Dim indexN As Integer
Dim point As ImGearVectorPoint3D
instance.SetPoint(indexM, indexN, point)
public void SetPoint(
int ,
int ,
ImGearVectorPoint3D
)
public: void SetPoint(
int ,
int ,
ImGearVectorPoint3D
)
public:
void SetPoint(
int ,
int ,
ImGearVectorPoint3D
)
Parameters
- indexM
- Index of the point in M direction.
- indexN
- Index of the point in N direction.
- point
- Point value to be set.
See Also