Flip (reverse) the normal vector of the workplane if its direction does not agree with the specified axis.
If a sketch is built on the plane, it will be flipped over as well.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Sub FlipNormal ( workPlaneName As String, refAxisName As String )
C#
void FlipNormal( string workPlaneName, string refAxisName )
Parameters
- workPlaneName
- Type: System.String
The name of the workplane. - refAxisName
- Type: System.String
An axis name with optional negative or positive sign, e.g. "+X" or "-Y" or "+Z".