<Code Lib>
2023 Property
Changes 0
P

BoundingBoxXYZ.BoundEnabled

Description:
Indexed access for loops.
Remarks:
For bound, use 0 for Min and 1 for Max. For dimension, use 0 for X, 1 for Y and 2 for Z. The entire box must be enabled to have enabled individual bounds.

public bool this[
	int bound,
	int dim
] { get; set; }

  • Int32
    bound
  • Int32
    dim

Loading…