Describes a point To create a point there are several ways: Part.Point() Creates a default point
Part.Point(Point) Creates a copy of the given point
Part.Point(Vector) Creates a line for the given coordinates
Content of the object in XML representation.
Memory size of the object in bytes.
Module in which this class is defined
Gives the tag of the geometry as string.
Is the type of the FreeCAD object with module domain
X component of this point.
Y component of this point.
Z component of this point.
Create a clone of this geometry with the same Tag
Create a copy of this geometry
Deletes all extensions of the indicated name.
Deletes all extensions of the indicated type.
dumpContent(Compression=3) -> bytearray
Dumps the content of the object, both the XML representation and the additional data files required, into a byte representation.
Compression : int Set the data compression level in the range [0,9]. Set to 0 for no compression.
Returns all descendants
Gets the first geometry extension of the name indicated by the string.
Gets the first geometry extension of the type indicated by the string.
Returns a list with information about the geometry extensions.
Returns a boolean indicating whether a geometry extension with the name indicated as a string exists.
Returns a boolean indicating whether a geometry extension of the type indicated as a string exists.
Returns true if given type is a father
Performs the symmetrical transformation of this geometric object
restoreContent(obj) -> None
Restore the content of the object from a byte representation as stored by dumpContent.
It could be restored from any Python object implementing the buffer protocol.
obj : buffer Object with buffer protocol support.
Rotates this geometric object at angle Ang (in radians) about axis
Applies a scaling transformation on this geometric object with a center and scaling factor
Sets a geometry extension of the indicated type.
Create a vertex from this point.
Applies a transformation to this geometric object
Translates this geometric object
documentation index > API > Point API