SimplifyDefinition.EnvelopeBoundingType Property
Parent Object: SimplifyDefinitionDescription
Read-write property that gets and sets envelope bounding type. This is applicable only when the EnvelopesReplaceStyle is not kNoneReplaceStyle. When the definition is just created this is default to kOrthogonalBoundingBox.
Syntax
SimplifyDefinition.EnvelopeBoundingType() As BoundingTypeEnumProperty Value
This is a read/write property whose value is a BoundingTypeEnum.Samples
Name | Description |
Part SimplifyFeature Sample | This sample demonstrates how to create a simplify feature in part document. |