Share

PlaneAndPointWorkPlaneDef Object


Description

Object that allows you to get and set the information that specifies a work plane that is parallel to an existing plane and passes through an existing point.

Methods

Name Description
GetData Method that gets all of the data defining a work planed defined by a plane and a point. The work plane is parallel to the plane and passes through the point.

Properties

Name Description
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.
Parent Property returning the parent WorkPlane object.
Plane Property that returns the plane of a plane and point defined work plane. This object can be a planar Face, WorkPlane, or Sketch object. The work plane is parallel to the plane.
Point Property that returns the point of a plane and point defined work plane. The point can be a WorkPoint, Vertex, or SketchPoint object. The work plane passes through the point.
Type Returns an ObjectTypeEnum indicating this object's type.

Version

Introduced in version 4

Was this information helpful?