VehicleGraphics3DBPlanes ======================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DBPlanes 3D BPlanes properties. .. py:currentmodule:: VehicleGraphics3DBPlanes Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlanes.templates` - Return the 3D BPlane templates collection. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DBPlanes.instances` - Return the 3D BPlane Instance collection. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DBPlanes Property detail --------------- .. py:property:: templates :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlanes.templates :type: VehicleGraphics3DBPlaneTemplatesCollection Return the 3D BPlane templates collection. .. py:property:: instances :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DBPlanes.instances :type: VehicleGraphics3DBPlaneInstancesCollection Return the 3D BPlane Instance collection.