AnyCAD Rapid API 2023
Help you to create a better world!
PlotRange Class Reference

Public Member Functions

 PlotRange (float min, float max, float step)
 
float GetMin ()
 
void SetMin (float val)
 
float GetMax ()
 
void SetMax (float val)
 
float GetStep ()
 
void SetStep (float val)
 
boolean IsValid ()
 
long GetSteps ()
 
float GetRange ()
 
boolean Contains (float val)
 

Detailed Description