AdvancedTopologicalOpe Global Function CATCreateFrFTopologicalSweep
All Frameworks Class Hierarchy This Framework Indexes
AdvancedTopologicalOpe Global Function CATCreateFrFTopologicalSweep
| CATCreateFrFTopologicalSweep( | | iFactory, |
| | iTopData, |
| | iGuides, |
| | iProfiles, |
| | iSweepType | =CATFrFTopologicalSweepType_Std) |
-
Creates a topological sweep operator from several profiles and guides.
This constructor generates:
- an "unspec sweep" operator, if one guide and one profile.
- a "bi-rail sweep" operator, if two guides and one profile.
- a "multi-profiles sweep" operator, in the other cases.
- Parameters:
-
- iFactory
- The pointer to the factory of the geometry.
- iData
- The pointer to the data defining the configuration and the journal. If the journal inside iData
is NULL, it is not filled.
- iGuides
- The list of the pointers to the wire bodies defining the sweep guides.
- iProfiles
- The list of the pointers to the wire bodies defining the sweep profiles.
- iSweepType
- The type of the generated sweep.
To be set to CATFrFTopologicalSweepType_Multi in order
to force the multi-profile sweep in any cases.
- Returns:
- The pointer to the created operator. To delete with the usual C++ delete operator afer use.
- See also:
- CATFrFTopologicalSweep
This object is included in the file: CreateFrFTopologicalSweep.h
Copyright © 2003, Dassault Systèmes. All rights reserved.