Constructing primitives

In GEOM you can create different types of primitive geometrical objects (3D elements):

 

 

To construct primitive geometrical objects:

 

In the main menu select New Entity > Primitives.

 

Box

 

Description: Creates a box.

 

Result: GEOM_Shape (SOLID).

 

TUI Command : geompy.MakeBox(Double, Double, Double)

 

Arguments:

 

Dialog Box:

 

 

 

Example:

 

 

 

Cylinder

 

Description: Creates a cylinder.

 

Result: GEOM_Shape (solid).

 

TUI Command: geompy.MakeCylinder(PointStruct, DirStruct, Double, Double)

 

Arguments:

 

Dialog Box:

 

 

 

Example:

 

 

 

Sphere

 

Description: Creates a sphere.

 

Result: GEOM_Shape (solid).

 

TUI Command: geompy.MakeSphere(Double, Double, Double, Double)

 

Arguments:

 

Dialog Box:

 

 

 

Example:

 

 

 

Torus

 

Description: Creates a torus.

 

Result: GEOM_Shape (solid).

 

TUI Command: geompy.MakeTorus(PointStruct, DirStruct, Double, Double)

 

Arguments:

 

Dialog Box:

 

 

 

Example:

 

 

 

Cone

 

Description: Creates a cone.

 

Result: GEOM_Shape (SOLID).

 

TUI Command: geompy.MakeCone(PointStruct, DirStruct, Double, Double, Double)

 

Arguments:

 

Dialog Box:

 

 

 

Example: