Share

DesignViewRepresentation.SetSectionView Method

Parent Object: DesignViewRepresentation

Description

Sets a section view in the design view.

Syntax

DesignViewRepresentation.SetSectionView( SectionViewType As SectionViewTypeEnum, [FirstSectionPlane] As Variant, [SecondSectionPlane] As Variant )

Parameters

Name Type Description
SectionViewType SectionViewTypeEnum Input SectionViewTypeEnum that specifies the section view type you want to set.
FirstSectionPlane Variant Optinoal input a Plane object that specifies 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 defines the section direction.

This is an optional argument whose default value is null.
SecondSectionPlane Variant Optinoal input a Plane object that specifies the second section plane for quarter or three quarter section view. The normal of the section plane defines the section direction. If the SectionViewType is not equal to the kQuarterSectionViewType or kThreeQuarterSectionViewType this argument will be ignored.

This is an optional argument whose default value is null.

Version

Introduced in version 2017

Was this information helpful?