Gets or sets the
Reverse Face Normal option when creating a face fillet between surface bodies.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ReverseFaceNormal( _
ByVal WhichFaceList As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISimpleFilletFeatureData2
Dim WhichFaceList As System.Integer
Dim value As System.Boolean
instance.ReverseFaceNormal(WhichFaceList) = value
value = instance.ReverseFaceNormal(WhichFaceList) |
C# | |
---|
System.bool ReverseFaceNormal(
System.int WhichFaceList
) {get; set;} |
C++/CLI | |
---|
property System.bool ReverseFaceNormal {
System.bool get(System.int WhichFaceList);
void set (System.int WhichFaceList, System.bool value);
} |
Parameters
- WhichFaceList
- Face for Reverse Face Normal option as defined in swSimpleFilletWhichFaces_e
Property Value
True if the
Reverse Face Normal option is enabled, false if not
Example
See Also
Availability
SOLIDWORKS 2007 FCS, Revision Number 15.0