parameter2 property

num get parameter2

Gets or sets a property for parameterizing the construction of a Geometry from a figure. The meaning of this property depends on the particular figure. The value must be a number; the default value is NaN.

Implementation

_i2.num get parameter2 => _i4.getProperty(
      this,
      'parameter2',
    );
set parameter2 (num value)

Implementation

set parameter2(_i2.num value) {
  _i4.setProperty(
    this,
    'parameter2',
    value,
  );
}