Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@intelligentgraphics/openconfiguration

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intelligentgraphics/openconfiguration - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.2

30

dist/AttachPoint.d.ts
import { Vector } from "./Vector";
import { Quaternion } from "./Quaternion";
/**
* The type of the point
* "Origin" - the origin of a product, matches to "Child"
* "Child" - a (virtual) child can be placed, matches to "Origin"
* "Left" - L-R neighborship, matches to "Right"
* "Right" - L-R neighborship, matches to "Left"
* "Top" - vertical neighborship, matches to "Bottom"
* "Bottom" - vertical neighborship, matches to "Top"
* "Front" - front/back neighborship, matches to "Back"
* "Back" - front/back neighborship, machtes to "Front"
* "Alignment" - auxiliary point to support alignments
* "Maximum" - marks the maximum of the bbox
* "Minimum" - marks the minimum of the bbox
*/
export declare type AttachPointType = "Origin" | "Child" | "Left" | "Right" | "Top" | "Bottom" | "Front" | "Back" | "Alignment" | "Maximum" | "Minimum";
/**
* An attachment point for planning support and placement of children.

@@ -12,16 +27,5 @@ * All attributes are mandatory.

/**
* The type of the point:
* "Origin" - the origin of a product, matches to "Child"
* "Child" - a (virtual) child can be placed, matches to "Origin"
* "Left" - L-R neighborship, matches to "Right"
* "Right" - L-R neighborship, matches to "Left"
* "Top" - vertical n'borshio, matches to "Bottom"
* "Bottom" - vertical n'borship, matches to "Top"
* "Front" - front/back n'borship, matches to "Back"
* "Back" - front/back n'borship, machtes to "Front"
* "Alignment" - auxiliary point to support alignments
* "Maximum" - marks the maximum of the bbox
* "Minimum" - marks the minimum of the bbox
* The type of the point
*/
type: "Origin" | "Child" | "Left" | "Right" | "Top" | "Bottom" | "Front" | "Back" | "Alignment" | "Maximum" | "Minimum";
type: AttachPointType;
/**

@@ -28,0 +32,0 @@ * Own key of the point. Should match the counterpart's foreign key.

{
"name": "@intelligentgraphics/openconfiguration",
"version": "1.0.0-beta.1",
"description": "Openconfiguration 1.0.0 Beta 1 (1.0.0.101)",
"version": "1.0.0-beta.2",
"description": "Openconfiguration 1.0.0 Beta 2 (1.0.0.102)",
"devDependencies": {

@@ -6,0 +6,0 @@ "typescript": "^3.9.7"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc