Mechanical Design |
3D Functional Tolerancing & Annotation |
Getting and Displaying Captures |
Use Case |
AbstractThis article discusses the CAAScdTpiCaptures use case. This use case explains how to obtain all the captures of an annotations' set and display one of them. |
How To Get Captures
On an annotations' set, you must call the Count function, to know on how many
surfaces the annotation is applied to.
Then, you get a complete path on the geometry.
### How to get
Annotations' Set? ### Set Captures = AnnotationSet.Captures For IdxCapt = 1 To Captures.Count Set capture = annotations.Item(IdxCapt) .... Next |
[Top]
How To Display A Capture
On a capture, you must call the "DisplayCapture" function.
Capture.DisplayCapture |
[Top]
History | |
Version: 1 [Feb 2003] | Document created |
[Top] |
Copyright © 2003, Dassault Systèmes. All rights reserved.