Combinations
CombineGeometry
Class containing all the possible combination operations which can be applied to a scalar fields.
| Attributes: |
|
|---|
| Parameters: |
|
|---|
available_operations
property
Available types of operations.
| Returns: |
|
|---|
available_parametric_operations
property
Available types of operations which require a parameter.
| Returns: |
|
|---|
combined_geometry
property
Returns the SDF of the combined geometries, which can be used to create a new geometry using GenericGeometry class.
| Returns: |
|
|---|
combine(*combined_objects)
Combines 2 or more geometric objects together.
| Parameters: |
|
|---|
| Returns: |
|
|---|
combine_parametric(*combined_objects, parameters)
Combines 2 or more geometric objects together, based on the parameters of the operations. Args: combined_objects: Tuple containing geometric objects. parameters: Parameters of the operation.
| Returns: |
|
|---|