Share

PartFeatures.NonParametricBaseFeatures Property

Parent Object: PartFeatures

Description

Property that returns the NonParametericBaseFeatures collection object. This collection provides access to existing NonParametericBaseFeature objects and provides functionality to create new NonParametericBaseFeature objects.

Syntax

PartFeatures.NonParametricBaseFeatures() As NonParametricBaseFeatures

Property Value

This is a read only property whose value is a NonParametricBaseFeatures.

Samples

Name Description
SurfaceBody Copy This sample demonstrates copying a surface body from one part to another. This is equivalent to the Promote command, but the API is much more flexible. In order for the sample to be self-contained, it creates two parts on the fly that will be used to demonstrate copying a body from one part to another. When copying a body into a part, you provide the surface body and a matrix to define its position in the new part. This sample creates a matrix based on the position of these parts within an assembly.
Body Imprinting and matching the results This sample is intended to demonstrate a technique of finding the matching surfaces between the original input bodies and output imprinted bodies. This relies on transient keys, which is a unique ID associated with each B-Rep entity. A transient key is only good as long as the model is not recomputed.
Imprint bodies within an assembly. This sample demonstrates creating imprinted bodies from two selected occurrences in an assembly.
Associative body copy The following sample demonstrates copying bodies (associatively and non-associatively) across parts in an assembly.
Transient surface body creation The following sample demonstrates the creation of a transient surface body consisting of a single rectangular face. The body is created in transient space and then copied over to a part document as a base feature.
Create primitive BRep This sample demonstrates the creation of primitive (solid) BRep.
Transient B-Rep Ruled Surface with Lines Demonstrate creating a transient ruled surface. This sample uses all straight line segments for each of the sections. A part document must be open.
Transient B-Rep Ruled Surface with Arc and Line Demonstrate creating a transient ruled surface. This sample uses straight line segments for once section and an arc for the second. A part document must be open.

Version

Introduced in version 6

Was this information helpful?