VertexPrimitive#
- class ansys.aedt.core.modeler.cad.elements_3d.VertexPrimitive(object3d, objid, position=None)[source]#
Contains the vertex object within the AEDT Desktop Modeler.
- Parameters:
- object3d
ansys.aedt.core.modeler.cad.object_3d.Object3d
Pointer to the calling object that provides additional functionality.
- objid
int
Object ID as determined by the parent object.
- object3d
Methods
VertexPrimitive.chamfer
([left_distance, ...])Add a chamfer to the selected edges in 3D/vertices in 2D.
VertexPrimitive.fillet
([radius, setback])Add a fillet to the selected edges in 3D/vertices in 2D.
Attributes
Position of the vertex.