ISketcher::GetObjects



Your Ad Here

Description

This method allows you to get the array of sketcher objects of a specific mask.

Base mask types:

1. sketcher geometry mask = 1;

2. sketcher constraint mask = 2;

3. sketcher dimension mask = 4.

A mask logically combined from the base mask types can be used. For example, the mask to get all sketcher geometry and dimensions will be (1 & 4)

Syntax

Objects = GetObjects( Mask );

Input: (Integer) Mask

The mask for searched objects.

Return: (Variant) Objects

Array of sketcher objects corresponding to the given mask.

Return to Cimatron Index


Your Ad Here