SoLDMDataTransformAffect Method |
Returns true if the transformation affects the specified region.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool Affect(
SbBox3i32 region
)
Public Function Affect (
region As SbBox3i32
) As Boolean
public:
bool Affect(
SbBox3i32 region
)
member Affect :
region : SbBox3i32 -> bool
Parameters
- region
- Type: OIV.InventorSbBox3i32
Return Value
Type:
BooleanRemarks Region is expressed in ijk space. Typically, the region represents a tile and this method is used to know if a tile is affected by this transformation.
See Also