API al mocului Base

From FreeCAD Documentation
Revision as of 12:21, 21 January 2019 by Luc (talk | contribs) (Created page with "Modulul de bază este conținut în interiorul modulului FreeCAD și conține constructori pentru diferite tipuri de obiecte folosite în mod frecvent în FreeCAD.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Modulul de bază este conținut în interiorul modulului FreeCAD și conține constructori pentru diferite tipuri de obiecte folosite în mod frecvent în FreeCAD.


BoundBox([Xmin,Ymin,Zmin,Xmax,Ymax,Zmax])
BoundBox(Tuple, Tuple)
BoundBox(Vector, Vector)

Description: Creates a bounding box. A bounding box is an orthographic cube which is a way to describe outer boundaries. You get a bounding box from a lot of 3D types. It is often used to check if a 3D entity lies in the range of another object. Checking for bounding interference first can save a lot of computing time!

Matrix( )

Description: Creates a 4x4 Matrix, that can be used to apply transformations to objects.

Vector( )
Vector(x, y, z)

Description: Creates a FreeCAD 3D Vector, representing a 3D point or a direction.

Placement( )

Description: Creates a Placement.