AccessConstraintPluginMinMax#

class ansys.stk.core.stkobjects.AccessConstraintPluginMinMax#

Bases: IAccessConstraintMinMaxBase, IAccessConstraint

Class related to defining access plugin constraints in terms of minimum and/or maximum values.

Overview#

get_raw_plugin_object

Return a raw pointer to the access plugin constraint.

get_property

Get a property.

set_property

Set a property.

available_properties

Available properties.

Import detail#

from ansys.stk.core.stkobjects import AccessConstraintPluginMinMax

Property detail#

property AccessConstraintPluginMinMax.available_properties: list#

Available properties.

Method detail#

AccessConstraintPluginMinMax.get_raw_plugin_object(self) Any#

Return a raw pointer to the access plugin constraint.

Returns:

Any

AccessConstraintPluginMinMax.get_property(self, path: str) Any#

Get a property.

Parameters:

path : str

Returns:

Any

AccessConstraintPluginMinMax.set_property(self, path: str, value: Any) None#

Set a property.

Parameters:

path : str

value : Any

Returns:

None