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#
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.