Hide menu
Loading...
Searching...
No Matches
MachiningAllowanceAttribute

Defines a machining allowance attribute.

Extends

Constructors

Constructor

‍new MachiningAllowanceAttribute(value?, upperBound?, lowerBound?): MachiningAllowanceAttribute

Creates a machining allowance attribute with bounds.

Parameters

value?

number = 0

Allowance value.

upperBound?

number = 0

Upper bound.

lowerBound?

number = 0

Lower bound.

Returns

MachiningAllowanceAttribute

Overrides

SemanticAttribute.constructor

Properties

lowerBound

‍lowerBound: number = 0

Lower bound.


upperBound

‍upperBound: number = 0

Upper bound.


value

‍value: number = 0

Allowance value.

Accessors

id

Get Signature

‍get id(): bigint

Returns the unique identifier of the object.

Returns

bigint

Inherited from

SemanticAttribute.id

Methods

accept()

‍accept(visitor): void

Accepts a semantic attribute visitor.

Parameters

visitor

SemanticAttributeVisitor

Visitor to accept.

Returns

void

Overrides

SemanticAttribute.accept