Share

Face.TransientKey Property

Parent Object: Face

Description

Property that obtains an ID key that can be used to bind back to the live object. This transient key is only valid as long as the document state has not changed. For more information, see the ReferenceKeys overview.

Syntax

Face.TransientKey() As Long

Property Value

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

Samples

Name Description
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.

Version

Introduced in version 9

Was this information helpful?