Forums:
Hi,
How to avoid selecting point(like line start point,end point,arc center)
in mask.
I am using(Blockstyler selection block)
selection0->GetProperties()->SetSelectionFilter("SelectionFilter",Selection::SelectionAction::SelectionActionClearAndEnableSpecific,mask);
in mask i am using
( UF_line_type, 0, 0 );
( UF_circle_type, 0, 0 );
( UF_conic_type, 0, 0 );
( UF_edge_type, 0, 0 );
( UF_solid_type, 0, UF_UI_SEL_FEATURE_ANY_EDGE);
( UF_section_edge_type, 0, 0 );
( UF_solid_silhouette_type, 0, 0 );
I have to restrict selecting point in drafting view.
Thanks