Click or drag to resize
SoLDMDataTransformAffect Method

Returns true if the transformation affects the specified region.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public bool Affect(
	SbBox3i32 region
)

Parameters

region
Type: OIV.InventorSbBox3i32

Return Value

Type: Boolean
Remarks

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