@novorender/web_app / LaserIntersections
Interface: LaserIntersections
Laser interseciton values collected from a single brep face
Properties
kind
kind: "plane" | "cylinder";
Defined in
@novorender/measure/modules/draw/index.ts:57
x
x: ReadonlyVec3[][];
Intersection in x direction negative direction first then negative
Defined in
@novorender/measure/modules/draw/index.ts:59
xDirection?
optional xDirection: ReadonlyVec3;
X direction of the face
Defined in
@novorender/measure/modules/draw/index.ts:65
y
y: ReadonlyVec3[][];
Intersection in y direction negative direction first then negative
Defined in
@novorender/measure/modules/draw/index.ts:61
yDirection?
optional yDirection: ReadonlyVec3;
Y direction of the face
Defined in
@novorender/measure/modules/draw/index.ts:67
z
z: ReadonlyVec3[][];
Intersection in z direction negative direction first then negative
Defined in
@novorender/measure/modules/draw/index.ts:63
zDirection?
optional zDirection: ReadonlyVec3;
Z direction of the face