bitbybit-occt
Advanced tools
Comparing version 0.9.23 to 0.9.24
@@ -649,3 +649,3 @@ import { Base } from "./inputs"; | ||
class LoftAdvancedDto<T> { | ||
constructor(shapes?: T[], makeSolid?: boolean, closed?: boolean, periodic?: boolean, straight?: boolean, nrPerpendicularSections?: number, useSmoothing?: boolean, maxUDegree?: number, parType?: ApproxParametrizationTypeEnum, tolerance?: number, startVertex?: Base.Point3, endVertex?: Base.Point3); | ||
constructor(shapes?: T[]); | ||
/** | ||
@@ -652,0 +652,0 @@ * Wires through which the loft passes |
@@ -391,3 +391,3 @@ // tslint:disable-next-line: no-namespace | ||
class LoftAdvancedDto { | ||
constructor(shapes, makeSolid, closed, periodic, straight, nrPerpendicularSections, useSmoothing, maxUDegree, parType, tolerance, startVertex, endVertex) { | ||
constructor(shapes) { | ||
/** | ||
@@ -430,13 +430,2 @@ * Tries to make a solid when lofting | ||
this.shapes = shapes; | ||
this.makeSolid = makeSolid; | ||
this.closed = closed; | ||
this.periodic = periodic; | ||
this.straight = straight; | ||
this.nrPeriodicSections = nrPerpendicularSections; | ||
this.useSmoothing = useSmoothing; | ||
this.maxUDegree = maxUDegree; | ||
this.parType = parType; | ||
this.tolerance = tolerance; | ||
this.startVertex = startVertex; | ||
this.endVertex = endVertex; | ||
} | ||
@@ -443,0 +432,0 @@ } |
{ | ||
"name": "bitbybit-occt", | ||
"version": "0.9.23", | ||
"version": "0.9.24", | ||
"description": "Bit By Bit Developers CAD algorithms using OpenCascade Technology kernel. Run in Node and in Browser.", | ||
@@ -67,4 +67,2 @@ "main": "index.js", | ||
"transformIgnorePatterns": [ | ||
"node_modules/(?!bitbybit-occt)", | ||
"bitbybit-occt" | ||
], | ||
@@ -71,0 +69,0 @@ "collectCoverageFrom": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14490563
38874