Gets or sets whether the cut is created normal to the thickness of the sheet metal part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property NormalCut As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IExtrudeFeatureData2
Dim value As System.Boolean
instance.NormalCut = value
value = instance.NormalCut |
C# | |
---|
System.bool NormalCut {get; set;} |
C++/CLI | |
---|
property System.bool NormalCut {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if the cut is created normal to the thickness of the sheet metal part, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2017 FCS, Revision 25.0