Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PlanePlotPoint

Represents a point in a plane plot.

version

1.4

Hierarchy

Index

Constructors

Private constructor

  • new PlanePlotPoint(tolerance: PlotTolerance | undefined, properties: PlotPropertyCollection, state: PlotPointState.None | PlotPointState.Outlier | PlotPointState.Overlap | PlotPointState.TiltedForce | PlotPointState.TiltedAcceleration | PlotPointState.EvaluationRange | PlotPointState.Duplicate | PlotPointState.IgnoreGroove1 | PlotPointState.IgnoreGroove2 | PlotPointState.AirScanning | PlotPointState.Virtual | PlotPointState.Gap, coordinate1: number, coordinate2: number, deviation: number): PlanePlotPoint
  • Parameters

    • tolerance: PlotTolerance | undefined
    • properties: PlotPropertyCollection
    • state: PlotPointState.None | PlotPointState.Outlier | PlotPointState.Overlap | PlotPointState.TiltedForce | PlotPointState.TiltedAcceleration | PlotPointState.EvaluationRange | PlotPointState.Duplicate | PlotPointState.IgnoreGroove1 | PlotPointState.IgnoreGroove2 | PlotPointState.AirScanning | PlotPointState.Virtual | PlotPointState.Gap
    • coordinate1: number
    • coordinate2: number
    • deviation: number

    Returns PlanePlotPoint

Properties

coordinate1

coordinate1: number

Offset of the first coordinate. The actual direction can be determined using the elementSystem on the plot geometry.

coordinate2

coordinate2: number

Offset of the second coordinate. The actual direction can be determined using the elementSystem on the plot geometry.

deviation

deviation: number

Deviation.

properties

The properties of this point.

state

state: PlotPointState.None | PlotPointState.Outlier | PlotPointState.Overlap | PlotPointState.TiltedForce | PlotPointState.TiltedAcceleration | PlotPointState.EvaluationRange | PlotPointState.Duplicate | PlotPointState.IgnoreGroove1 | PlotPointState.IgnoreGroove2 | PlotPointState.AirScanning | PlotPointState.Virtual | PlotPointState.Gap

The state of this point.

tolerance

tolerance: PlotTolerance | undefined

The tolerance of this particular point. Fallback to the plot tolerance in case it's undefined.

Generated using TypeDoc