CATFmtModelInterfaces CATFmtTrapSettings
Usage: you must use this class as is. You should never derive it.
public class CATFmtTrapSettings
Object to be used to customize selection trap on Mesh (nodes and elements).
This object should be used along with a dialog agent for selection trap on mesh
( see and
).
Constructor and Destructor Index
- o
CATFmtTrapSettings(CATFmtTrapMeshType,CATIFmtMeshPart*,CATIFmtMeshDomain*,CATBoolean)
- Customize Mesh selection by trap.
- o
~CATFmtTrapSettings()
- Destructor
Data Member Index
- o
_IgnoreHidden
- Can be used to restrict the selection to visible objects.
- o
_MeshDomain
- Can be used to restrict the selection to a given Mesh Domain.
- o
_MeshPart
- Can be used to restrict the selection to a given Mesh Part.
- o
_Type
- Type of Mesh selection (nodes, elements or domains).
Constructor and Destructor
o CATFmtTrapSettings
public CATFmtTrapSettings( | | iType, |
| | iMeshPart | = NULL , |
| | iMeshDomain | = NULL , |
| | iIgnoreHidden | = FALSE ) |
-
Customize Mesh selection by trap.
- Parameters:
-
- iType
- Type of Mesh selection (nodes, elements or domains).
- iMeshPart
- Can be used to restrict the selection to a given Mesh Part.
- iMeshDomain
- Can be used to restrict the selection to a given Mesh Domain.
o ~CATFmtTrapSettings
public virtual ~CATFmtTrapSettings( | ) |
-
Destructor
Data Members
o _IgnoreHidden
public CATBoolean _IgnoreHidden
-
Can be used to restrict the selection to visible objects.
o _MeshDomain
public CATIFmtMeshDomain * _MeshDomain
-
Can be used to restrict the selection to a given Mesh Domain.
o _MeshPart
public CATIFmtMeshPart * _MeshPart
-
Can be used to restrict the selection to a given Mesh Part.
o _Type
public CATFmtTrapMeshType _Type
-
Type of Mesh selection (nodes, elements or domains).
This object is included in the file: CATFmtTrapSettings.h
If needed, your Imakefile.mk should include the module: CATFmtModelInterfaces
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.