Click or drag to resize

ICadWorkPlaneFlipNormal Method

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: 23.0
Syntax
Sub FlipNormal ( 
	workPlaneName As String,
	refAxisName As String
)

Parameters

workPlaneName
Type: SystemString
The name of the workplane.
refAxisName
Type: SystemString
An axis name with optional negative or positive sign, e.g. "+X" or "-Y" or "+Z".
See Also