| SoBevelPropertytestsBeforeBevel Property  | 
Which tests should be performed in order to "clean up" the shape before it is beveled. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoSFBitMask<SoBevelPropertyTests> testsBeforeBevel { get; }Public ReadOnly Property testsBeforeBevel As SoSFBitMask(Of SoBevelPropertyTests)
	Get
public:
property SoSFBitMask<SoBevelPropertyTests>^ testsBeforeBevel {
	SoSFBitMask<SoBevelPropertyTests>^ get ();
}member testsBeforeBevel : SoSFBitMask<SoBevelPropertyTests> with get
Property Value
Type: 
SoSFBitMaskSoBevelPropertyTests
Remarks
See Also