| ActiveDesignViewRepresentation |
Read-write property that gets and sets the name of the active Design View Representation for the derived part. Setting the property to a null string o. |
| 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. |
| DeriveStyle |
Gets and sets how bodies are derived. Valid options are kDeriveAsSingleBodyWithSeams, kDeriveAsSingleBodyNoSeams, kDeriveAsMultipleBodies and kDeriveAsWorkSurface. |
| iMateDefinitions |
Property that gets the collection of iMates available in the selected part along with the inclusion option for each iMate. |
| IncludeAlliMateDefinitions |
Gets and sets whether all iMates are included in the derived part. |
| IncludeAllParameters |
Property that defines whether exported parameters are included in the derived part. This property is initialized to True when the DerivedPartDefinition object is created. |
| IncludeAllSketchBlockDefinitions |
Gets or sets whether all sketch block definitions are included in the derived part. |
| IncludeAllSketches |
Property that defines whether all sketches are included in the derived part. Valid input for this property is kDerivedIncludeAll, kDerivedExcludeAll, and kDerivedIndividualDefined. |
| IncludeAllSketches3D |
Gets or sets whether all sketches3D are included in the derived part. |
| IncludeAllSolids |
Gets and sets whether all solids are included in the derived part. Valid input for this property is kDerivedIncludeAll, kDerivedExcludeAll, and kDerivedIndividualDefined. |
| IncludeAllSurfaces |
Property that defines whether all surfaces are included in the derived part. Valid input for this property is kDerivedIncludeAll, kDerivedExcludeAll, and kDerivedIndividualDefined. |
| IncludeAllWorkFeatures |
Property that defines whether all work features are included in the derived part. Valid input for this property is kDerivedIncludeAll, kDerivedExcludeAll, and kDerivedIndividualDefined. |
| MirrorPlane |
Property that gets and sets the plane about which the base part will be mirrored to create the derived part. This property is initialized to kDerivedPartNoMirrorPlane when the DerivedPartDefinition object is created. |
| Parameters |
Property that gets the collection of parameters available in the selected part along with the inclusion option for each parameter. |
| ReducedMemoryMode |
Read-write property that gets and sets the Reduced Memory Mode. |
| ScaleFactor |
Property that gets and sets the scale factor for the Derived Part. The base part will be scaled by this factor to create the Derived Part. This property is initialized to 1.0 when the DerivedPartDefinition object is created. |
| SketchBlockDefinitions |
Property that gets the collection of sketch block definitions available in the selected part along with the inclusion option for each sketch block definition. |
| SketchBlocks |
Property that gets the collection of sketch blocks available in the selected part along with the inclusion option for each sketch block. |
| Sketches |
Property that returns the collection of sketches available in the selected part along with the inclusion option for each sketch. |
| Sketches3D |
Property that gets the collection of 3D sketches available in the selected part along with the inclusion option for each sketch. |
| Solids |
Property that gets the collection of solids available in the selected part along with the inclusion option for each solid. |
| Surfaces |
Property that gets the collection of surfaces available in the selected part along with the inclusion option for each surface. |
| Type |
Returns an ObjectTypeEnum indicating this object's type. |
| UseColorOverridesFromSource |
Read-write property that gets and sets whether to use body, feature and face color overrides from the source components. |
| WorkFeatures |
Property that returns the collection of work features available in the selected part along with the inclusion option for each work feature. |