MilitaryStandard2525bSymbols#

class ansys.stk.core.stkobjects.MilitaryStandard2525bSymbols#

MilitaryStandard2525bSymbols class provides methods to create 2525b symbols.

Overview#

create_symbol

Generate a 2525b symbol. Image will be saved to the file specified by SaveImageFilePath.

fill_enabled

Turn on or off the fill for symbol id.

symbol_image_size

Get or set the size for the symbol id. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import MilitaryStandard2525bSymbols

Property detail#

property MilitaryStandard2525bSymbols.fill_enabled: bool#

Turn on or off the fill for symbol id.

property MilitaryStandard2525bSymbols.symbol_image_size: int#

Get or set the size for the symbol id. Dimensionless.

Method detail#

MilitaryStandard2525bSymbols.create_symbol(self, symbol_id: str, save_image_file_path: str) None#

Generate a 2525b symbol. Image will be saved to the file specified by SaveImageFilePath.

Parameters:

symbol_id : str

save_image_file_path : str

Returns:

None