IMdFaceCurve::SectionOption
Description
This property allows you to define which display line to get, section or cross-section, when IMdFaceCurve::Mode is set to get curve from point.
Syntax
Property get:
Type = SectionOption( );
|
Return: (Boolean) Type |
If TRUE - display line section, if FALSE - display line cross-section. |
Property set:
SectionOption( Type );
|
Input: (Boolean) Type |
If TRUE - display line section, if FALSE - display line cross-section. |