Represents the collection of section planes used by graphics
Declaration Syntax
public class SectionPlanes : ICollection<SectionPlane>, IEnumerable<SectionPlane>, IEnumerable, IReadOnlyList<SectionPlane>, IReadOnlyCollection<SectionPlane>
Table 59: Members
Property | Capping |
Gets or Sets the Capping style of the Section Plane |
Property | Count |
The number of section planes in the collection. |
Property | ShowWholeElement |
Gets or Sets the Element Visibility of the Section Plane |
Method | Add(SectionPlane) |
Adds the given SectionPlane object to the collection to modify the view. Currently only 6 SectionPlane objects in the collection can be activated at once. |
Method | Clear() |
Clears the collection of all SectionPlane objects. |
Method | Remove(SectionPlane) |
Removes the requested SectionPlane from the collection. |
Method | RemoveAt(int) |
Removes the SectionPlane at the given index. |