altium-toolkit 1.1.37 → 1.1.38
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
|
@@ -744,10 +744,6 @@ export class AltiumScene3dPlacementRotationPolicy {
|
|
|
744
744
|
placement,
|
|
745
745
|
component,
|
|
746
746
|
componentBody
|
|
747
|
-
) &&
|
|
748
|
-
!AltiumScene3dPlacementRotationPolicy.#hasEmbeddedModelBoundsSourceHalfTurn(
|
|
749
|
-
placement,
|
|
750
|
-
component
|
|
751
747
|
)
|
|
752
748
|
) {
|
|
753
749
|
return false
|