Click or drag to resize
IMyVoxelMapsCutOutShape Method

[This is preliminary documentation and is subject to change.]

Will cut out given shape

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void CutOutShape(
	IMyVoxelBase voxelMap,
	IMyVoxelShape voxelShape
)

Parameters

voxelMap
Type: VRage.ModAPIIMyVoxelBase

[Missing <param name="voxelMap"/> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.CutOutShape(VRage.ModAPI.IMyVoxelBase,VRage.Game.ModAPI.IMyVoxelShape)"]

voxelShape
Type: VRage.Game.ModAPIIMyVoxelShape

[Missing <param name="voxelShape"/> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.CutOutShape(VRage.ModAPI.IMyVoxelBase,VRage.Game.ModAPI.IMyVoxelShape)"]

See Also