Share

DesignViewRepresentation.GetSectionViewInfo Method

Parent Object: DesignViewRepresentation

Description

Gets the current section view info in the design view.

Syntax

DesignViewRepresentation.GetSectionViewInfo( SectionViewType As SectionViewTypeEnum, FirstSectionPlane As Plane, SecondSectionPlane As Plane )

Parameters

Name Type Description
SectionViewType SectionViewTypeEnum Output SectionViewTypeEnum that indicates the current section view type.
FirstSectionPlane Plane Output a Plane object that indicates the first section plane for quarter or three quarter section view and the section plane for the half section view. The normal of the section plane indicates the section direction. This returns Nothing if the SectionViewType is equal to kNoSectionViewType.
SecondSectionPlane Plane Output a Plane object that indicates the second section plane for quarter or three quarter section view. The normal of the section plane indicates the section direction. This returns Nothing if the SectionViewType is not equal to kQuarterSectionViewType or kThreeQuarterSectionViewType.

Version

Introduced in version 2017

Was this information helpful?