| NodeGetBoundBox Method |
바운드박스(BoundBox) 정보 반환
Namespace:
VIZCore3D.NET.Data
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public BoundBox3D GetBoundBox(
bool visibleOnly = false
)
Parameters
- visibleOnly (Optional)
- Type: SystemBoolean
보이는 모델만 포함하여 계산
Return Value
Type:
BoundBox3D바운드박스(BoundBox)
See Also