NonParametricBaseFeatureDefinition.IsAssociative Property
Parent Object: NonParametricBaseFeatureDefinitionDescription
Read-write property that defines if the copied geometry should be associative to the original geometry.
Syntax
NonParametricBaseFeatureDefinition.IsAssociative() As BooleanProperty Value
This is a read/write property whose value is a Boolean.Samples
Name | Description |
Associative body copy | The following sample demonstrates copying bodies (associatively and non-associatively) across parts in an assembly. |