Adaptive |
Gets and sets whether this feature is adaptive or not. |
Appearance |
Gets and sets the current appearance of the feature. |
AppearanceSourceType |
Gets and sets the source of the appearance for the feature. |
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. |
AttributeSets |
Property that returns the AttributeSets collection object associated with this object. |
AutomaticEdgeChain |
Property that returns whether or not to use all tangentially connected edges. A value of True indicates that automatic edge chaining of tangentially connected edges should be performed. |
ConsumeInputs |
Gets and sets whether the inputs to this feature should be nested under this feature in the browser. |
ContainingOccurrence |
Property that returns the ComponentOccurrence that the native object is being referenced through. The returned occurrence is the containing occurrence. |
ExtendedName |
Read-only property that returns the full feature name including any extended information. |
Faces |
Property that returns a collection that provides access to all of the faces of the feature. The Faces collection object will return the faces that still currently exist in the part. For example, if a face has been consumed by additional modeling operations it will not be returned. |
FeatureDimensions |
Property that returns the FeatureDimensions collection object. |
FilletDefinition |
Property that returns the object which defines the various input that was used to create the fillet feature. |
HealthStatus |
Property that returns an enum indicating the current state of the object. |
IsOwnedByFeature |
Property that returns whether this object is owned by a feature. If True, the OwnedBy property returns the owning feature. |
Name |
Gets/Sets the name of this Part Feature within the scope of this Document. |
NativeObject |
Gets the object in the context of the definition instead of the containing assembly. |
OwnedBy |
Property that returns the owning PartFeature object. This property returns Nothing if the IsOwnedByFeature property returns False. |
Parameters |
Property that returns all the parameters associated with the feature. |
Parent |
Property that returns the parent of the feature. |
Participants |
Property that returns the list of participants for an assembly feature. This list is empty for features in a part. |
PreserveAllFeatures |
Property that specifies whether all other features that intersect with the feature are checked and their intersections calculated during this feature operation. If False, only the objects that are part of this feature operation are calculated. |
RangeBox |
Property that returns a Box object which contains the opposing points of a rectangular box that is guaranteed to enclose this object. |
RollAlongSharpEdges |
Property that specifies the solution method for fillets when the specified radius would cause adjacent faces to be extended. When True, the radius will be varied when necessary to preserve the edges of adjacent faces. When False, a constant radius will be maintained and adjacent faces extended as needed. |
RollingBallWherePossible |
Property that specifies the corner style for the fillet. When True, the fillet will be defined as if a ball had been rolled along the edge and around the corners. When False, a continuous tangent transition between fillets in sharp corners is created. |
Shared |
Gets and sets whether the part feature is shared or not, applies only to surface features. |
SmoothRadiusTransition |
Property that applies only to variable radius fillets and specifies whether the transition between different radii is to be smooth. For a smooth transition there is a gradual blending transition between the defined radius points and the transitions are tangent. Without a smooth transition, a linear transition is used between radius points. |
Suppressed |
Gets and sets whether this feature is suppressed or not. |
SurfaceBodies |
Property that returns the bodies that this feature has created or modified. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |