REAL

Definition

REAL [id]
{
  [Common flags]
  [MIN minval;]
  [MINEX;]
  [MAX maxval;]
  [MAXEX;]
  [MINSLIDER minval;]
  [MAXSLIDER maxval;]
  [STEP step;]
  [UNIT (descriptions) REAL | PERCENT | DEGREE | METER | TIME;]
}
						

描述

Represents Float values in a container. Rendered as a numerical edit field.

Flags

MIN minval; The minimum value.
MINEX; The minimum value itself is not allowed. (Strict inequality.)
MAX maxval; The maximum value.
MAXEX; The maximum value itself is not allowed. (Strict inequality.)
MINSLIDER minval; The minimum value for the slider.
MAXSLIDER maxval; The maximum value for the slider.
STEP step; The step for the edit field arrows.
UNIT REAL | PERCENT | DEGREE | METER | TIME; The display unit.

范例

REAL ANGLE { UNIT DEGREE ; } REAL NONZERO_DISTANCE { UNIT METER ; MINEX; MIN 0.0; }

延伸阅读

REAL
REAL
Float data.
定义: c4d_customguidata.h:5
ANGLE
ANGLE
定义: units.h:9
DEGREE
DEGREE
Degrees.
定义: ge_prepass.h:2525
MIN
MIN
定义: ge_prepass.h:1364
METER
METER
Meter. Working unit.
定义: ge_prepass.h:2527

Copyright  © 2014-2025 乐数软件    

工业和信息化部: 粤ICP备14079481号-1