Share

TwoLinesWorkPlaneDef Object


Description

Object that allows you to get and set the information that specifies a work plane defined by two lines.

Methods

Name Description
GetData Method that gets all of the data defining a work planed defined by a two lines. Line1 defines the X-axis.

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.
Line1 Property that returns the first line of the two line defined work plane. This line defines the X-axis of the work plane. This object can be a linear Edge, WorkAxis, or SketchLine object.
Line2 Property that returns the second line of the two line defined work plane. This object can be a linear Edge, WorkAxis, or SketchLine object.
Parent Property returning the parent WorkPlane object.
Type Returns an ObjectTypeEnum indicating this object's type.

Version

Introduced in version 4

Was this information helpful?