ImageGear for .NET
NStep Property (ImGearVectorEntityNURBSsurface)




Gets or sets interpolation step in N direction.
Syntax
'Declaration
 
Public Overrides Property NStep As Single
'Usage
 
Dim instance As ImGearVectorEntityNURBSsurface
Dim value As Single
 
instance.NStep = value
 
value = instance.NStep
public override float NStep {get; set;}
public: __property float get_NStep() override;
public: __property void set_NStep( 
   float value
) override;
public:
property float NStep {
   float get() override;
   void set (    float value) override;
}

Property Value

Value in interval 0..1.
Remarks
The default value is 0.2.
See Also

Reference

ImGearVectorEntityNURBSsurface Class
ImGearVectorEntityNURBSsurface Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback