Click or drag to resize
PoXtPolarLinAxisEditorSetPolarLinAxisFilter Method

Sets editing filters defining which polar linear axis attributes will be displayed in the editor.

Namespace: OIV.MeshViz.Graph.Editors
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetPolarLinAxisFilter(
	uint inclusionMask,
	uint exclusionMask
)

Parameters

inclusionMask
Type: SystemUInt32
exclusionMask
Type: SystemUInt32
Remarks

(By default inclusionMask = ALL_POLAR_LIN_MASK and exclusionMask = NO_POLAR_LIN_MASK).

See Also