Defines a machining allowance attribute.
new MachiningAllowanceAttribute(
value?,upperBound?,lowerBound?):MachiningAllowanceAttribute
Creates a machining allowance attribute with bounds.
number = 0
Allowance value.
number = 0
Upper bound.
number = 0
Lower bound.
MachiningAllowanceAttribute
lowerBound:
number=0
Lower bound.
upperBound:
number=0
Upper bound.
value:
number=0
Allowance value.
get id():
bigint
Returns the unique identifier of the object.
bigint
accept(
visitor):void
Accepts a semantic attribute visitor.
Visitor to accept.
void