TessellatedShapeBuilder.AreTargetAndFallbackCompatible
Method
Description:
Checks whether this combination of fallback and target parameters can be used as a valid combination of inputs.
Checks whether this combination of fallback and target parameters can be used as a valid combination of inputs.
Syntax
public bool AreTargetAndFallbackCompatible(
TessellatedShapeBuilderTarget target,
TessellatedShapeBuilderFallback fallback
)
Parameters
Parameter | Type | Description |
---|---|---|
target | TessellatedShapeBuilderTarget | What kind of geometrical objects should be built. |
fallback | TessellatedShapeBuilderFallback | What should be done if a geometrical object described by 'target' parameter cannot be built using all data from all stored face sets. |
Return Value
Type | Description |
---|---|
Boolean | True if the combination of fallback and target are a valid combination, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |