FacetTileset#

class ansys.stk.core.stkrfchannelmodeler.FacetTileset#

The facet tileset information.

Overview#

name

Get the facet tileset name.

uri

Get the facet tileset uri.

material

Get or set the tileset material.

reference_frame

Get the tileset reference frame.

central_body_name

Get the tileset central body name.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import FacetTileset

Property detail#

property FacetTileset.name: str#

Get the facet tileset name.

property FacetTileset.uri: str#

Get the facet tileset uri.

property FacetTileset.material: str#

Get or set the tileset material.

property FacetTileset.reference_frame: str#

Get the tileset reference frame.

property FacetTileset.central_body_name: str#

Get the tileset central body name.