@intelligentgraphics/openconfiguration
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
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" |
33201
991