Navigation: Scripting Reference Manual > Data Structures > T_CURVEBASICINFO

 

T_CURVEBASICINFO

 

Contact Us: fredsupport@photonengr.com

 

Description

Data structure for the basic information common to every FRED curve.

 

Definition

Type T_CURVEBASICINFO

drawStepSize As Double

stepSizeScale As Double

curveColorR As Integer

curveColorG As Integer

curveColorB As Integer

boundColorR As Integer

boundColorG As Integer

boundColorB As Integer

curveDraw As Boolean

boundDraw As Boolean

reverseSense As Boolean

forceClosed As Boolean

End Type

 

Members

drawStepSize

Step size used when the curve is drawn.

 

stepSizeScale

Scale factor for the step size.

 

curveColorR

Red component of the curve color.

 

curveColorG

Green component of the curve color.

 

curveColorB

Blue component of the curve color.

 

boundColorR

Red component of the curve's boundary color.

 

boundColorG

Green component of the curve's boundary color.

 

boundColorB

Blue component of the curve's boundary color.

 

curveDraw

True if the curve is drawn, False otherwise.

 

boundDraw

True if the bounding box is drawn, False otherwise.

 

reverseSense

True if the normalized parametric space is flipped, False otherwise.

 

forceClosed

True if the curve is forced closed, False otherwise.

 

Used as Parameter in

GetCurveBasicInfo

SetCurveBasicInfo

Examples

Curves

 

 

 

 

 

Copyright © Photon Engineering, LLC