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 byte
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.
Dumps the content of the object, both the XML representation as well as the additional datafiles
required, into a byte representation. It will be returned as byte array.
dumpContent() -- returns a byte array with full content
dumpContent(Compression=1-9) -- Sets the data compression from 0 (no) to 9 (max)
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
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. restoreContent(buffer) -- restores from the given byte array
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