rm-gxf-computing-rusts 0.0.32 → 0.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
package/src/index.d.ts
CHANGED
|
@@ -103,7 +103,8 @@ export interface ParseLineResult {
|
|
|
103
103
|
end?: Vector3F64
|
|
104
104
|
missingCheckResults: Array<Quads>
|
|
105
105
|
existSegments: Array<Quads>
|
|
106
|
-
intersectionSegments
|
|
106
|
+
intersectionSegments?: Array<Array<Index>>
|
|
107
|
+
objPositionArr?: Array<Array<number>>
|
|
107
108
|
}
|
|
108
109
|
|
|
109
110
|
export interface ParseLineResult {
|
|
@@ -111,7 +112,8 @@ export interface ParseLineResult {
|
|
|
111
112
|
end?: Vector3F64
|
|
112
113
|
missingCheckResults: Array<Quads>
|
|
113
114
|
existSegments: Array<Quads>
|
|
114
|
-
intersectionSegments
|
|
115
|
+
intersectionSegments?: Array<Array<Index>>
|
|
116
|
+
objPositionArr?: Array<Array<number>>
|
|
115
117
|
}
|
|
116
118
|
|
|
117
119
|
export interface PcBackfaceTestOptions {
|