<shape_selector id="path_object"
label="Path object:"
tooltip="Select an edge or wire for path"
- shape_types="edge wire">
+ shape_types="edge wire"
+ concealment="true">
<validator id="FeaturesPlugin_ValidatorPipePath"/>
</shape_selector>
<toolbox id="creation_method">
<shape_selector id="binormal"
label="Bi-Normal:"
tooltip="Select an edge for Bi-Normal"
- shape_types="edge">
+ shape_types="edge"
+ concealment="true">
<validator id="GeomValidators_ShapeType" parameters="line"/>
</shape_selector>
</box>
<multi_selector id="locations_objects"
label="Locations:"
tooltip="Select one or more vertices to specify the locations"
- shape_types="vertex">
+ shape_types="vertex"
+ concealment="true">
<validator id="FeaturesPlugin_ValidatorPipeLocations"/>
</multi_selector>
</box>
if (aResult.IsNull()) {
return;
}
- // taske off the compound if it consists of single sub-shape
+ // take off the compound if it consists of single sub-shape
if (aResult.ShapeType() == TopAbs_COMPOUND) {
aResult = GeomAlgoAPI_DFLoader::refineResult(aResult);
}