CATStrUseItf Interface CATIStrUseOpeningType
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIStrUseOpeningType
Interface to define Opening's type.
Role: Allows to set/get opening's type.
Feature implementing this interface: Str Opening.
Method Index
- o
GetType(CATStrOpeningCreationMode&)
- Define the Creation Mode of the Opening
Gets the creation mode.
- o
SetType(CATStrOpeningCreationMode)
- Define the Creation Mode of the Opening
Sets the creation mode.
Methods
o GetType
public virtual GetType( | | oMode) |
-
Define the Creation Mode of the Opening
Gets the creation mode.
- Parameters:
-
- iMode
- Mode of creation.
o SetType
public virtual SetType( | const | iMode) |
-
Define the Creation Mode of the Opening
Sets the creation mode.
- Parameters:
-
- iMode
- Mode of creation. It can be:
- catStrSketchMode: the user gives an output profile from a sketch.
- catStr3DObjectMode: the user gives a solid or closed surface.
- catStrStdOpeningMode: the user selects a standard shape and a positioning strategy.
- catStrPartFeatureMode: the opening is a PartDesign feature.
This object is included in the file: CATIStrUseOpeningType.h
If needed, your Imakefile.mk should include the module: CATStrUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.