SectionPlanes

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

ShowHatching

Controls whether to render hatch lines (the black parallel lines) on the capped surfaces of section planes. Default: true

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

CreateSectionPlane(CoordinateSystem, PlaneOrientation)

Creates a SectionPlane based on a coordinate system and plane orientation.

Method

Remove(SectionPlane)

Removes the requested SectionPlane from the collection.

Method

RemoveAt(int)

Removes the SectionPlane at the given index.