*NumPoints()
Specifies the number of points dividing the stress classification line (SCL) into equal segments.
Syntax
*NumPoints (count)
Application
HyperView
Inputs
- count
- The number of points of the SCL.
Context
*BeginSCL()
Example
*BeginSCL()
    *Label("SCL1")
    *Review("On")
    *N1("1 PART-1-1 1 PART-1-1 1688")
    *N2("1 PART-1-1 1 PART-1-1 499")
    *NumPoints("40")
    *Color(" 95 181 255")
*EndSCL()