CATSketcherUseItf Interface CATISktUse2DFixTogether

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATISktUse2DFixTogether

Interface to Fix Together feature.
Role: Allows you to access data of the Fix Together Constraint feature. It is a collection of geometry that is treated as though it were rigidly constrained, even though it may have few (if any) constraints or dimensions Get, set the Geometrical elements inside the Fix Together.

See also:


Method Index


o GetGeometries(CATLISTV(CATISktUse2DWFGeometry_var)&)
Gets the geometries inside of Fix Together Constraint.
o SetGeometries(CATLISTV(CATISktUse2DWFGeometry_var)&,int)
Sets the geometries inside of Fix Together Constraint.

Methods


o GetGeometries
public virtual GetGeometries( io2DGeoms)
Gets the geometries inside of Fix Together Constraint.
Parameters:
io2DGeoms
[out] List of geometries.
o SetGeometries
public virtual SetGeometries( io2DGeoms,
const iOperation)
Sets the geometries inside of Fix Together Constraint.
Parameters:
io2DGeoms
[in/out] List of geometries.
iOperation
[in] Add or Remove geometries to the set
-1
Remove the geometries with its dependencies
0
Remove the geometries without its dependencies
1
Add the geometries with its dependencies
2
Add the geometries without its dependencies

This object is included in the file: CATISktUse2DFixTogether.h
If needed, your Imakefile.mk should include the module: CATSketcherUseItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.