parameter1 property

num get parameter1

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 parameter1 => _i4.getProperty(
      this,
      'parameter1',
    );
set parameter1 (num value)

Implementation

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