WorkAxisProxy.SetByNormalToSurface Method
Parent Object: WorkAxisProxyDescription
Method that redefines the work axis to pass through the input point and be normal to the input surface.
Syntax
WorkAxisProxy.SetByNormalToSurface( Surface As Object, Point As Object )Parameters
Name | Type | Description |
Surface | Object | Input object that represents a surface entity. This object can be a Face (planar or non-planar), a WorkPlane or a PlanarSketch object. |
Point | Object | Input object that represents a point. This object can be a WorkPoint, Vertex, SketchPoint, or SketchPoint3D object. |