FacePrimitive#
- class ansys.aedt.core.modeler.cad.elements_3d.FacePrimitive(object3d, obj_id)[source]#
Contains the face object within the AEDT Desktop Modeler.
Methods
FacePrimitive.create_object
([non_model])Return a new object from the selected face.
FacePrimitive.is_on_bounding
([tolerance])Check if the face is on bounding box or Not.
FacePrimitive.move_with_offset
([offset])Move the face along the normal.
FacePrimitive.move_with_vector
(vector)Move the face along a vector.
Attributes
Face area.
Bottom edge in the X direction of the object.
Bottom edge in the X direction of the object.
Bottom edge in the Z direction of the object.
Face center in model units.
Face center for a planar face in model units.
Edges lists.
Face ID.
Check if a face is planar or not.
Logger.
Face normal.
Oeditor Module.
Top edge in the X direction of the object.
Top edge in the Y direction of the object.
Top edge in the Z direction of the object.
Get the objects that touch one of the vertex, edge midpoint or the actual face.
Vertices lists.