DerivedAssemblyDefinition.DeriveStyle Property
Parent Object: DerivedAssemblyDefinitionDescription
Gets and sets how bodies are derived. Valid options are kDeriveAsSingleBodyWithSeams, kDeriveAsSingleBodyNoSeams and kDeriveAsMultipleBodies. kDeriveAsWorkSurface is not a valid option for derived assemblies.
Syntax
DerivedAssemblyDefinition.DeriveStyle() As DerivedComponentStyleEnumProperty Value
This is a read/write property whose value is a DerivedComponentStyleEnum.Samples
Name | Description |
Shrink wrap substitute in assembly | The following sample demonstrates the creation of a shrinkwrap substitute within an assembly. |