|
qCC version 2.13.alpha (Qt) - 31 May 2022
Main CloudCompare application (GUI & command line)
|
Dialog for generating sections along one or several 2D polylines (Section Extraction Tool) More...
#include <ccSectionExtractionSubDlg.h>


Public Member Functions | |
| ccSectionExtractionSubDlg (QWidget *parent=nullptr) | |
| Default constructor. | |
| void | setActiveSectionCount (int count) |
| Sets the number of active section(s) | |
| void | setSectionThickness (double t) |
| Sets the default section thickness. | |
| double | getSectionThickness () const |
| Returns the section thickness. | |
| double | getMaxEdgeLength () const |
| Returns the max edge length (for envelope generation) | |
| void | setMaxEdgeLength (double l) |
| Sets the max edge length (for envelope generation) | |
| ccEnvelopeExtractor::EnvelopeType | getEnvelopeType () const |
| Returns the envelope type (for envelope generation) | |
| bool | extractClouds () const |
| Whether to generate clouds or not. | |
| void | doExtractClouds (bool state) |
| Sets whether to generate clouds or not. | |
| bool | extractEnvelopes () const |
| Whether to generate envelopes or not. | |
| void | doExtractEnvelopes (bool state, ccEnvelopeExtractor::EnvelopeType type) |
| Sets whether to generate envelopes or not. | |
| bool | splitEnvelopes () const |
| Whether to split the envelopes or not. | |
| void | doSplitEnvelopes (bool state) |
| Sets whether to split the envelopes or not. | |
| bool | useMultiPass () const |
| Whether to use multipass or not. | |
| void | doUseMultiPass (bool state) |
| Sets whether to use multipass or not. | |
| bool | visualDebugMode () const |
| Whether visual debug mode is enabled or not. | |
Dialog for generating sections along one or several 2D polylines (Section Extraction Tool)