VertexPrimitive#

class pyaedt.modeler.cad.elements3d.VertexPrimitive(object3d, objid, position=None)[source]#

Contains the vertex object within the AEDT Desktop Modeler.

Parameters:
object3dpyaedt.modeler.cad.object3d.Object3d

Pointer to the calling object that provides additional functionality.

objidint

Object ID as determined by the parent object.

Methods

VertexPrimitive.chamfer([left_distance, ...])

Add a chamfer to the selected edge.

VertexPrimitive.fillet([radius, setback])

Add a fillet to the selected edge.

Attributes

VertexPrimitive.position

Position of the vertex.