Метод | Описание | |
---|---|---|
CountCubic ( CubeType cubic ) : int>.Dictionary |
||
CrawlExterior ( CubeType cubic ) : void | ||
GetCubeOrientation ( CubeType type ) : VRage.Game.SerializableBlockOrientation | ||
PreviewModelVolmetic ( string modelFile, System.Windows.Media.Media3D.Model3D &model ) : System.Windows.Media.Media3D.Rect3D | ||
ReadModelVolmetic ( string modelFile, double scaleMultiplyier, System.Windows.Media.Media3D.Transform3D transform, ModelTraceVoxel traceType ) : CubeType[][][] | ||
ReadModelVolmetic ( string modelFile, double scaleMultiplyier, System.Windows.Media.Media3D.Transform3D transform, ModelTraceVoxel traceType, double>.Action |
||
ReadModelVolmetic ( string modelFile, double scaleMultiplyierX, double scaleMultiplyierY, double scaleMultiplyierZ, System.Windows.Media.Media3D.Transform3D transform, ModelTraceVoxel traceType, double>.Action |
Volumes are calculated across axis where they are whole numbers (rounded to 0 decimal places).
|
|
ReadModelVolmeticAlt ( string modelFile, double voxelUnitSize ) : CubeType[][][] |
Метод | Описание | |
---|---|---|
BuildStructureFromCubic ( MyObjectBuilder_CubeGrid entity, CubeType cubic, bool fillObject, SubtypeId blockType, SubtypeId slopeBlockType, SubtypeId cornerBlockType, SubtypeId inverseCornerBlockType ) : void | ||
CalculateAddedCorners ( CubeType cubic, System.Action incrementProgress ) : void | ||
CalculateAddedInverseCorners ( CubeType cubic, System.Action incrementProgress ) : void | ||
CalculateAddedSlopes ( CubeType cubic, System.Action incrementProgress ) : void | ||
CalculateSubtractedCorners ( CubeType cubic ) : void | ||
CalculateSubtractedInverseCorners ( CubeType cubic ) : void | ||
CalculateSubtractedSlopes ( CubeType cubic ) : void | ||
CheckAdjacentCubic ( CubeType ccubic, int x, int y, int z, int xCount, int yCount, int zCount, int xDelta, int yDelta, int zDelta, CubeType cubeType ) : bool | ||
CheckAdjacentCubic1 ( CubeType ccubic, int x, int y, int z, int xCount, int yCount, int zCount, int xDelta, int yDelta, int zDelta, CubeType cubeType ) : bool | ||
CheckAdjacentCubic2 ( CubeType ccubic, int x, int y, int z, int xCount, int yCount, int zCount, int xDelta1, int yDelta1, int zDelta1, CubeType cubeType1, int xDelta2, int yDelta2, int zDelta2, CubeType cubeType2 ) : bool | ||
CheckAdjacentCubic3 ( CubeType ccubic, int x, int y, int z, int xCount, int yCount, int zCount, int xDelta1, int yDelta1, int zDelta1, CubeType cubeType1, int xDelta2, int yDelta2, int zDelta2, CubeType cubeType2, int xDelta3, int yDelta3, int zDelta3, CubeType cubeType3 ) : bool | ||
IsValidRange ( int x, int y, int z, int xCount, int yCount, int zCount, int xDelta, int yDelta, int zDelta ) : bool | ||
TestCreateSlopedDiagonalPlane ( ) : CubeType[][][] | ||
TestCreateSplayedDiagonalPlane ( ) : CubeType[][][] | ||
TestCreateStaggeredStar ( ) : CubeType[][][] | ||
TestCreateTrayShape ( ) : CubeType[][][] |
public static CountCubic ( CubeType cubic ) : int>.Dictionary |
||
cubic | CubeType | |
Результат | int>.Dictionary |
public static CrawlExterior ( CubeType cubic ) : void | ||
cubic | CubeType | |
Результат | void |
public static GetCubeOrientation ( CubeType type ) : VRage.Game.SerializableBlockOrientation | ||
type | CubeType | |
Результат | VRage.Game.SerializableBlockOrientation |
public static PreviewModelVolmetic ( string modelFile, System.Windows.Media.Media3D.Model3D &model ) : System.Windows.Media.Media3D.Rect3D | ||
modelFile | string | |
model | System.Windows.Media.Media3D.Model3D | |
Результат | System.Windows.Media.Media3D.Rect3D |
public static ReadModelVolmetic ( string modelFile, double scaleMultiplyier, System.Windows.Media.Media3D.Transform3D transform, ModelTraceVoxel traceType ) : CubeType[][][] | ||
modelFile | string | |
scaleMultiplyier | double | |
transform | System.Windows.Media.Media3D.Transform3D | |
traceType | ModelTraceVoxel | |
Результат | CubeType[][][] |
public static ReadModelVolmetic ( string modelFile, double scaleMultiplyier, System.Windows.Media.Media3D.Transform3D transform, ModelTraceVoxel traceType, double>.Action |
||
modelFile | string | |
scaleMultiplyier | double | |
transform | System.Windows.Media.Media3D.Transform3D | |
traceType | ModelTraceVoxel | |
resetProgress | double>.Action | |
incrementProgress | System.Action | |
Результат | CubeType[][][] |
public static ReadModelVolmetic ( string modelFile, double scaleMultiplyierX, double scaleMultiplyierY, double scaleMultiplyierZ, System.Windows.Media.Media3D.Transform3D transform, ModelTraceVoxel traceType, double>.Action |
||
modelFile | string | |
scaleMultiplyierX | double | |
scaleMultiplyierY | double | |
scaleMultiplyierZ | double | |
transform | System.Windows.Media.Media3D.Transform3D | |
traceType | ModelTraceVoxel | |
resetProgress | double>.Action | |
incrementProgress | System.Action | |
Результат | CubeType[][][] |
public static ReadModelVolmeticAlt ( string modelFile, double voxelUnitSize ) : CubeType[][][] | ||
modelFile | string | |
voxelUnitSize | double | |
Результат | CubeType[][][] |