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