Share

FromToExtent Object

Derived from: PartFeatureExtent Object

Description

The FromToExtent object provides access to the information that defines the extent for a feature using 'from' and 'to' faces to define the extent.

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.
Direction Gets and sets the direction of the feature.
ExtendFromFace Property that gets and sets whether the 'from face' should be extended to contain the extents of the feature. This property is not valid for every surface type.
ExtendToFace Property that gets and sets whether the 'to face' should be extended to contain the extents of the feature. This property is not valid for every surface type.
FromFace Property that gets and sets the face that defines the 'from' extents of the feature.
MinimumSolution Gets and sets whether the feature terminates on the nearest valid face when there are multiple options for valid termination faces.
Parent Property that returns the parent PartFeature of the definition.
ToFace Property that gets and sets the face that defines the 'to' extents of the feature.
Type Returns an ObjectTypeEnum indicating this object's type.

Samples

Name Description
Display feature information Displays information about all of the extrude features in the active document. A part document must be active when this is run.

Version

Introduced in version 5

Was this information helpful?