.. centered::
Create a face
-Select one or several faces in viewer.
+Select one or several faces in viewer. Additionally, a face can be build by a closed wire or a set of edges composing a closed wire.
**Apply** button creates faces.
<source>
<multi_selector id="base_objects"
- label="Segments and wires:"
- tooltip="Select edges on sketch, edges or wires objects."
+ label="Objects:"
+ tooltip="Select edges, wires or faces."
type_choice="edges wires faces"
concealment="true">
<validator id="BuildPlugin_ValidatorBaseForBuild" parameters="edge,wire,face"/>
helpfile="polylineFeature.html">
<source path="polyline_widget.xml"/>
</feature>
- <feature id="Face" title="Face" tooltip ="Create a face from sketch edges, edges and wires objects" icon="icons/Build/feature_face.png"
+ <feature id="Face" title="Face" tooltip ="Create a face from edges, wires and faces" icon="icons/Build/feature_face.png"
helpfile="faceFeature.html">
<source path="face_widget.xml"/>
</feature>