Context Object Parameters
Parameter Name | Type | Read/Write | Comments |
---|
SymmetryMethodAvailable | integer |
Read | Sets or gets available symmetry methods:- New Reference = 1
- Same Reference = 2
- Existing Reference = 4
- Recursive Generation = 8
- No Reference = 16
|
SymmetryMethodAvailableToApply | integer | Write |
Note:
The returned integer value is the sum of available methods: 3 = 1 + 2 = New Reference + Same Reference.
Sample
The following sample illustrates the default business rule related to the Symmetry_Method_Computation:
Let ObjectMethod(Integer)
/* Retrieve the current symmetry method available for the current object */
ObjectMethod = Parameters.GetAttributeInteger("SymmetryMethodAvailable")
Parameters.SetAttributeInteger("SymmetryMethodAvailableToApply",ObjectMethod)