Bounding Box Properties (LogiX node)/ko

From Neos Wiki
Jump to navigation Jump to search
This page is a translated version of the page Bounding Box Properties (LogiX node) and the translation is 50% complete.
Other languages:
English • ‎日本語 • ‎한국어
Bounding Box Properties
'Bounding Box Properties' LogiX node
Inputs
  BoundingBox Bounds
Outputs
  Float3 Min
  Float3 Max
  Float3 Center
  Float3 Size
  Bool Valid
  Bool Empty

Bounding Box Properties노드는 Bounds에 대한 몇 가지 데이터를 제공합니다.

Usage

MinMax출력은 각각 xyz 축에 대한 최솟값과 최댓값을 반환합니다.


Valid 출력은 Bounds 입력이 EmptyBounds이거나, Center의 값 중 NaN혹은 Infinity이 존재하거나, Size의 값 중 음수, NaN 혹은 Infinity이 존재할 경우 False를 반환합니다. 그렇지 않으면 True를 반환합니다.


Empty 출력은 Bounds입력이 EmptyBounds일 경우 True, 그렇지 않으면 False를 반환합니다. Empty의 출력이 True인 경우는 BoundsEmpty Bounding Box (LogiX node)의 출력이거나 Bounding Box의 크기가 올바르지 않은 경우(e.g. collider 컴포넌트) 발생합니다. center가 [0,0,0]이고 size가 [0,0,0]인 Bounding box는 EmptyBounds가 아님을 주의하시길 바랍니다.

Examples

Node Menu

Transform / Bounds
Back Bounding Box From Center Size Bounding Box Properties Compute Bounding Box Empty Bounding Box Encapsulate Bounds Encapsulate Point
Transform Bounds