unreal.GeometryScriptBooleanOutputSpace¶
- class unreal.GeometryScriptBooleanOutputSpace¶
Bases:
EnumBaseOptions for the output coordinate space for the mesh boolean result
C++ Source:
Plugin: GeometryScripting
Module: GeometryScriptingCore
File: MeshBooleanFunctions.h
- SHARED_TRANSFORM_SPACE: GeometryScriptBooleanOutputSpace = Ellipsis¶
Keep the boolean result in the shared space where the boolean was computed
- Type:
2
- TARGET_TRANSFORM_SPACE: GeometryScriptBooleanOutputSpace = Ellipsis¶
Transform the boolean result into the local space of the target mesh
- Type:
0
- TOOL_TRANSFORM_SPACE: GeometryScriptBooleanOutputSpace = Ellipsis¶
Transform the boolean result into the local space of the tool mesh
- Type:
1