Skip to content

Commit 03e9f0e

Browse files
update text
1 parent 7b1be7d commit 03e9f0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/dev/occt-worker/lib/api/occt/dimensions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class OCCTDimensions {
88
private readonly occWorkerManager: OCCTWorkerManager
99
) {
1010
}
11-
11+
1212
/**
1313
* Creates simple linear length dimension between two points - measuring units. You decide what kind of units you re using by providing a suffix.
1414
* @param inputs two points, direction, label size, label normal direction, offset, and unit suffix, decimal rounding place
@@ -34,7 +34,7 @@ export class OCCTDimensions {
3434
}
3535

3636
/**
37-
* Creates pin label. It can be used to explain things about the models or mark important things in the 3D scene
37+
* Creates pin label. It can be used to explain things about the models or mark important things in the 3D scene.
3838
* @param inputs a start and end point, direction and parameters for the label
3939
* @returns compound wires representing dimension
4040
* @group simple

0 commit comments

Comments
 (0)