CoverageBoundsCustomBoundary#

class ansys.stk.core.stkobjects.CoverageBoundsCustomBoundary#

Bases: ICoverageBounds

Custom Boundary.

Overview#

region_files

File containing user-defined points defining a specific grid region.

boundary_objects

A list of STK Objects to be used as part of the coverage area.

Import detail#

from ansys.stk.core.stkobjects import CoverageBoundsCustomBoundary

Property detail#

property CoverageBoundsCustomBoundary.region_files: CoverageRegionFilesCollection#

File containing user-defined points defining a specific grid region.

property CoverageBoundsCustomBoundary.boundary_objects: ObjectLinkCollection#

A list of STK Objects to be used as part of the coverage area.