Share

AssemblyWorkPlaneDef Object


Description

The AssemblyWorkPlaneDef object allows you to access the information specific to work planes in an assembly.

Methods

Name Description
GetData Method that gets all of the data defining an assembly work plane.
PutData Method that sets all of the data defining an assembly work plane.

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.
Constraints Property that returns the collection of constraints that are acting on the work plane. This returns all of the constraints, including those returned by the DefinitionConstraints property
OriginPoint Property that returns the origin point of the work plane.
Parent Property that returns the parent WorkPlane object.
Type Returns an ObjectTypeEnum indicating this object's type.
XAxis Property that returns the X-axis vector of the work plane.
YAxis Property that returns the Y-axis vector of the work plane.

Version

Introduced in version 6

Was this information helpful?