DatumLine#
- class ansys.geometry.core.designer.datumline.DatumLine(id: str, name: str, line: ansys.geometry.core.shapes.curves.line.Line, parent_component: ansys.geometry.core.designer.component.Component)#
Provides for creating datum lines in components.
Overview#
Import detail#
from ansys.geometry.core.designer.datumline import DatumLine
Property detail#
- property DatumLine.line: ansys.geometry.core.shapes.curves.line.Line#
Line of the datum line.
- property DatumLine.parent_component: ansys.geometry.core.designer.component.Component#
Component node that the datum line is under.