Name | Description |
Copy | Method that creates a copy of this RipDefinition object. The new RipDefinition object is independent of any feature. It can be edited and used as input to edit an existing feature or to create a new rip feature. |
SetFaceExtentsRipType | Method that sets the RipDefinition so that it defines a rip that uses the entire rip face to determine the extent of the rip. |
SetPointToPointRipType | Method that sets the RipDefinition so that it defines a point to point rip. |
SetSinglePointRipType | Method that sets the RipDefinition so that it defines a single point rip. |
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. |
Parent | Property that returns the parent rip definition feature. |
RipFace | |
RipType | Property that returns the method used to define the type of rip. The valid values for this property are kSinglePointRipType, kPointToPointRipType, and kFaceExtentsRipType. |
RipTypeDefinition | Property that returns the RipTypeDefinition object that defines the type of rip. |
Type | Returns an ObjectTypeEnum indicating this object's type. |
Name | Description |
Create sheet metal rip feature | This sample demonstrates the creation of a rip sheet metal feature. |