Mechanical Design

3D Functional Tolerancing & Annotation

Getting and Displaying Captures

Use Case

Abstract

This 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.

  1. What You Will Learn With This Use Case
  2. How To Get Captures
  3. How To Display A Capture

What You Will Learn With This Use Case
This use case is intended to help you to obtain captures 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.