Type alias AttachPointType

AttachPointType: "Origin" | "Child" | "Left" | "Right" | "Top" | "Bottom" | "Front" | "Back" | "Alignment" | "Maximum" | "Minimum"

The type of the point "Origin" - the origin of a product, matches to "Child", e.g. at headrest "Child" - where a (virtual) child can be placed, matches to "Origin", e.g. at chair "Left" - L-R neighborship ( matches to "Right") position.x about 0 "Right" - L-R neighborship ( matches to "Left") position.x about "width" "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

Generated using TypeDoc