All Frameworks  Class Hierarchy  This Framework  Indexes

AdvancedTopologicalOpe Global Function CATCreateFrFTopologicalSweep


CATFrFTopologicalSweep * CATCreateFrFTopologicalSweep(CATGeoFactory* iFactory,
CATTopData* iTopData,
CATLISTP(CATGeometry)* iGuides,
CATLISTP(CATGeometry)* iProfiles,
CATFrFTopologicalSweepType iSweepType=CATFrFTopologicalSweepType_Std)
Creates a topological sweep operator from several profiles and guides.
This constructor generates:
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.