SoVolumeDataEditBoxes Method |
Replace all voxels in the region defined by a list of boxes with the specified value.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public override int EditBoxes(
IList<SbVec3i32> boxCenters,
int boxSize,
double newValue
)
Public Overrides Function EditBoxes (
boxCenters As IList(Of SbVec3i32),
boxSize As Integer,
newValue As Double
) As Integer
public:
virtual int EditBoxes(
IList<SbVec3i32>^ boxCenters,
int boxSize,
double newValue
) override
abstract EditBoxes :
boxCenters : IList<SbVec3i32> *
boxSize : int *
newValue : float -> int
override EditBoxes :
boxCenters : IList<SbVec3i32> *
boxSize : int *
newValue : float -> int
Parameters
- boxCenters
- Type: System.Collections.GenericIListSbVec3i32
- boxSize
- Type: SystemInt32
- newValue
- Type: SystemDouble
Return Value
Type:
Int32Remarks See Also