interface TappingSceneCandidate {
    cadFeatureDescriptor: number;
    center2: Point2;
    matchingScrewThreads: ScrewThread[];
}

Hierarchy (view full)

Properties

cadFeatureDescriptor: number
center2: Point2

Center of the associated core hole in Scene / TwoDimRep coordinates

matchingScrewThreads: ScrewThread[]