EOIRShapeBox#

class ansys.stk.core.stkobjects.EOIRShapeBox#

Bases: IEOIRShapeObject

Box shape class.

Overview#

width

Property used to access the width dimension of a box shape.

depth

Property used to access the depth dimension of a box shape.

height

Property used to access the height dimension of a box shape.

Import detail#

from ansys.stk.core.stkobjects import EOIRShapeBox

Property detail#

property EOIRShapeBox.width: float#

Property used to access the width dimension of a box shape.

property EOIRShapeBox.depth: float#

Property used to access the depth dimension of a box shape.

property EOIRShapeBox.height: float#

Property used to access the height dimension of a box shape.