Share

iFeatureSketchPlaneInput Object

Derived from: iFeatureInput Object

Description

The iFeatureSketchPlaneInput object represents the sketch plane input information of an iFeature. The iFeatureSketchPlaneInput object is used specify the geometry's and other data necessary for the sketch plane input of an iFeature.

Methods

Name Description
SetPosition Method that sets the position of the iFeature on the plane provided.

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.
EntityType Property that returns the type of geometry that are valid. The value returned is the sum of values specifying the valid entity types.
FlipOption Gets and sets whether the geometry selection needs to be flipped.
Name Property that gets the name associated with this input. When placing an iFeature using the API you can use the name to identify each input when assigning the desired values and entities.
PlaneInput Gets and sets the geometry matching the sketch plane input.
Prompt Property that gets the prompt that is used for this input during the placement of the iFeature.
Type Returns an ObjectTypeEnum indicating this object's type.

Samples

Name Description
Placement of a standard iFeature This program demonstrates the placement of a standard iFeature in a part.

Version

Introduced in version 6

Was this information helpful?