Share

LinePlaneAndAngleWorkPlaneDef Object


Description

Object that allows you to get and set the information that specifies a work plane that passes through a line and is a specified angle to a plane.

Methods

Name Description
GetData Method that gets all of the data defining a work planed defined by a line, plane and an angle. The work plane passes through the line and is a specified angle to the plane.

Properties

Name Description
Angle Property that returns the parameter controlling the angle of a line, plane and angle defined work plane. The angle of the plane can be read and modified by accessing the returned Parameter object. The positive angle direction is computed by crossing the axis vector with the plane normal vector. Changes made will not be visible until the model is recomputed.
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Line Property that returns the line of a line, plane and angle defined work plane. This object can be a linear Edge, WorkAxis, or SketchLine object. The work plane passes through the line.
Parent Property returning the parent WorkPlane object.
Plane Property that indicates the plane of a line, plane and angle defined work plane. This object can be a planar Face, WorkPlane, or Sketch object. The angle of the plane is measured with respect to this plane.
Type Returns an ObjectTypeEnum indicating this object's type.

Version

Introduced in version 4

Was this information helpful?