Retrieving a Section
 
Method Introduced:
The method wfcWFeature::GetSections retrieve sections from the specified feature.
* 
The method will not return sections that are not available for use. For example, the selected trajectory in a Sweep feature will not be returned.
The method wfcSection::GetSectionDimensions returns corresponding arrays of section dimension identifiers and solid dimension identifiers using the class wfcSectionDimIds.
The method wfcSectionDimIds::GetSolidIds returns solid dimension identifiers.
The method wfcSectionDimIds::GetSectionIds returns section dimension identifiers.
Was this helpful?