DesignPoint#
- class ansys.geometry.core.designer.designpoint.DesignPoint(id: str, name: str, point: ansys.geometry.core.math.point.Point3D, parent_component: ansys.geometry.core.designer.component.Component)#
Provides for creating design points in components.
Overview#
Get named selections that contain this design point. |
ID of the design point. |
|
Name of the design point. |
|
Value of the design point. |
|
Component node that the design point is under. |
Represent the design points as a string. |
Import detail#
from ansys.geometry.core.designer.designpoint import DesignPoint
Property detail#
- property DesignPoint.value: ansys.geometry.core.math.point.Point3D#
Value of the design point.
- property DesignPoint.parent_component: ansys.geometry.core.designer.component.Component#
Component node that the design point is under.
Method detail#
- DesignPoint.get_named_selections() list[ansys.geometry.core.designer.selection.NamedSelection]#
Get named selections that contain this design point.
- Returns:
list[NamedSelection]List of named selections that contain this design point.