GMOperatorsInterfaces Global Function CATCGMCreateTopCorner
CATCGMCreateTopCorner( | | iFactory, |
| | iTopData, |
| | iCurve1, |
| | iCurve2, |
| | iSupport, |
| | iRadius) |
-
Creates a CATICGMTopCorner operator that computes a rounded corner between two wires lying
on a shell domain.
Orientation: The resulting wire is oriented from the first input wire
to the second one for open corner. On the other hand,
a complete corner is oriented in the direct sense with regards to the shell orientation.
Journal: The corner edge is written as created.
- Parameters:
-
- iFactory
- The pointer to the factory of the resulting body.
- iData
- The pointer to the data defining the software configuration and the journal. If the journal inside iData
is NULL, it is not filled.
- iCurve1
- The pointer to the body defining the first wire.
- iCurve2
- The pointer to the body defining the second wire.
- iSupport
- The pointer to the body defining the common support of the two input wires.
- iRadius
- The radius of the rounded corner.
- Returns:
- [out, IUnknown#Release] The pointer to the created operator. To be released with the Release method after use.
This object is included in the file: CATICGMTopCorner.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.