cylinderFeature.rst
sphereFeature.rst
torusFeature.rst
+
+
+The Main Menu *Primitives* creates volumical geometrical objects.
+
+Each item of Main Menu *Primitives* opens corresponding property panel.
+
+**Apply** button in property panel creates object with defined parameters.
+
+**Cancel** button cancels operation.
- selected **Point 1** and **Point 2** define the opposite vertices of the box.
-
-**Apply** button creates box with defined parameters.
-
-**Cancel** button cancels operation.
-
-
**TUI Command**: *model.addBox(Part_doc, FirstPoint, SecondPoint)*
**Arguments**: 1 Part + 2 selected points (opposite vertices of the box)
- **Top radius**;
- **Height**.
-**Apply** button creates cone with defined parameters.
-
-**Cancel** button cancels operation.
-
**TUI Command**: *model.addCone(Part_doc, Point, Axis, Radius1, Radius2, Height)*
**Arguments**: 1 Part + 1 vertex + 1 vector + 3 values (Dimensions: base and top radii, heght).
Input fields for ***Portion of cylinder** tab includes in addition **Angle** to create a portion of cylinder.
-**Apply** button creates cylinder with defined parameters.
-
-**Cancel** button cancels operation.
-
**TUI Commands**:
* *model.addCylinder(Part_doc, Point, Axis, Radius, Height)*
- selected **Point** defines center of the sphere;
- **Radius** defines the radius.
-**Apply** button creates sphere with defined parameters.
-
-**Cancel** button cancels operation.
-
**TUI Command**: *model.addSphere(Part_doc, Point, Radius)*.
**Arguments**: 1 Part + 1 vertex +1 value (radius).
- **Radius**;
- **Ring radius**.
-**Apply** button creates torus with defined parameters.
-
-**Cancel** button cancels operation.
-
**TUI Command**: *model.addTorus(Part_doc, Point, Axis, Radius1, Radius2)*
**Arguments**: 1 Part + 1 vertex + 1 vector + 2 values (Dimensions: first and second radii).