AddParticipant |
Method that adds the specified participant to the assembly feature. This method fails for features in a part. |
Delete |
Method that deletes the feature. The arguments allow control over which dependent objects are also deleted. |
GetReferenceKey |
Method that generates and returns the reference key for this entity. |
GetSuppressionCondition |
Method that gets the suppression condition for the feature. The method returns False if no condition has been applied. |
RemoveParticipant |
Method that removes the specified participant from the assembly feature. This method fails for features in a part. |
SetAffectedBodies |
Method that sets a collection of SurfaceBody objects affected by this feature. |
SetCBore |
Method that changes the hole to be a counterbore hole type. If the hole is already a counterbore type you can access and modify the counterbore parameters using the CBoreDiameter and CBoreDepth properties of the HoleFeature object. |
SetCSink |
Method that changes the hole to be a countersink hole type. If the hole is already a countersink type you can access and modify the counterbore parameters using the CSinkDiameter and CSinkAngle properties of the HoleFeature object. |
SetDistanceExtent |
Method that specifies the termination type for the hole feature. Hole features can be specified to terminate at a particular distance or object, or can be specified as "through all," which means it extends through all faces of the feature. This method defines the hole's termination at a particular distance. |
SetDrilled |
Method that changes the hole to be a drilled hole type. |
SetEndOfPart |
Method that repositions the end-of-part marker relative to the object this method is called from. |
SetSpotFace |
Method that changes the hole to be a spotface hole type. If the hole is already a spotface type you can access and modify the spotface parameters using the SpotFaceDiameter and SpotFaceDepth properties of the HoleFeature object. This method will fail of the hole contains a tapered thread. |
SetSuppressionCondition |
Method that sets the suppression condition for the feature. |
SetThroughAllExtent |
Method that specifies the termination type for the hole feature. Hole features can be specified to terminate at a particular distance or object, or can be specified as "through all," which means it extends through all faces of the feature. This method defines a through-all termination type. |
SetToFaceExtent |
Method that specifies the termination type for the hole feature. Hole features can be specified to terminate at a particular distance or object, or can be specified as "through all," which means it extends through all faces of the feature. This method defines the hole's termination at a particular face. |
Adaptive |
|
Appearance |
|
AppearanceSourceType |
|
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. |
BottomTipAngle |
Property that returns the Parameter that defines the included angle of the tip of a blind hole, one that has been specified by a distance extent or 'to face' extent . If this is a Flat Bottomed hole then the property will return Nothing. |
CBoreDepth |
Property that returns the parameter controlling the CBore depth. This property will return Nothing in the case where the HoleType is not kCounterBoreHole. |
CBoreDiameter |
Property that returns the parameter controlling the CBore diameter. This property will return Nothing in the case where the HoleType is not kCounterBoreHole. |
ClearanceInfo |
|
ConsumeInputs |
|
CSinkAngle |
Property that returns the parameter controlling the CSink angle. This property will return Nothing in the case where the HoleType is not kCounterSinkHole. |
CSinkDepth |
|
CSinkDiameter |
Property that returns the parameter controlling the CSink diameter. This property will return Nothing in the case where the HoleType is not kCounterSinkHole. |
Depth |
|
EndFaces |
Property that returns the set of that cap the end of the hole. In the cases where there aren't any such end faces this property will return Nothing. |
ExtendedName |
Read-only property that returns the full feature name including any extended information. |
ExtendStart |
|
Extent |
Property that returns the object that defines how the extent of the feature is defined. The type of extent object that this property will return can be determined by using the ExtentType property. |
ExtentType |
Property that returns an enum indicating how the extent of the feature is defined. This indicates the type of object returned by the Extent property. |
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. |
FlatBottom |
Read-only property that returns whether the hole bottom is flat or has tip angle. |
HealthStatus |
Property that returns an enum indicating the current state of the object. |
HoleCenterPoints |
Property that returns the set of points that define the centers of the holes of this feature. |
HoleDiameter |
Property that returns the parameter controlling the diameter of the hole. This property will return Nothing if the diameter is being read off a value from the HoleTapInfo, when this hole is tapped. |
HoleType |
Property that returns the type of hole. Can be kDrilledHole, kCounterBoreHole, kCounterSinkHole, or kSpotFaceHole. The hole type can be set by using the SetToCBore, SetToCSink, SetDrilled, and SetToSpotFace methods. |
IsClearanceHole |
|
IsOwnedByFeature |
Property that returns whether this object is owned by a feature. If True, the OwnedBy property returns the owning feature. |
Name |
|
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. |
PlacementDefinition |
|
PlacementType |
Property that returns a constant indicating the type of hole placement. |
RangeBox |
Property that returns a Box object which contains the opposing points of a rectangular box that is guaranteed to enclose this object. |
Shared |
|
SideFaces |
Property that returns a object that provides access to all of the faces created around the perimeter of the feature. |
Sketch |
Property that returns the Sketch object that contains the points the hole is based on. |
SpotFaceDepth |
Property that returns the parameter controlling the SpotFace depth. This property will return Nothing in the case where the HoleType is not kSpotFaceHole. |
SpotFaceDiameter |
Property that returns the parameter controlling the SpotFace diameter. This property will return Nothing in the case where the HoleType is not kSpotFaceHole. |
Suppressed |
|
SurfaceBodies |
Property that returns the bodies that this feature has created or modified. |
TapInfo |
Property that gets and sets the HoleTapInfo or TaperedThreadInfo object associated with the hole. |
Tapped |
Property that returns the Boolean flag indicating whether the hole is tapped or not. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |