curves
Unless otherwise specified, data names are accessible in level 3 only.
- activesuppressed
- Returns non-zero if the entity is set inactive, 0 otherwise.
- attributesmax
- The number of attributes owned by this entity.
- color
- The 1-64 color of the entity.
- color_rgb
- The RGB color of the entity.
- definedentity
- True if the entity is defined, false otherwise.
- encrypted
- True if the entity is encrypted, false otherwise
- id
- The ID of the entity.
- include
- The ID of the include file the entity is organized in.
- includeid
- The ID of the include file the entity is organized in.
- internalid
- The ID of the entity.
- linetype
- The line style used to draw the line.
- markertype
- The marker type used to indicate points on the curve.
- name
- The name of the entity.
- numberofpoints
- The number of points in the curve.
- outputsuppressed
- Returns non-zero if the entity is set "do not export", 0 otherwise.
- points
- A pointer to the points in the curve (pointervalue is curve point).
- scalex
- The x scale factor.
- scaley
- The y scale factor.
- solverkeyword
- The name of the solver keyword.
- title
- The title of the curve.
- width
- The width of the curve.
- xcomp
- The name of the x request component.
- xkind
- The type of source for the x data.
- xpath
- The file path and name or math expression for x data.
- xreq
- The name of the x request.
- xtype
- The type of the x component.
- ycomp
- The name of the y request component.
- ykind
- The type of source for the y data.
- ypath
- The file path and name or math expression for y data.
- yreq
- The name of the y request.
- ytype
- The type of the y component.
Version History
2020 - Added new data name color_rgb.
2020.1 - Added new data name solverkeyword.