GMOperatorsInterfaces CATICGMTopWire

Usage: you must use this class as is. You should never derive it.


public class CATICGMTopWire

Class representing the operator that creates a wire body from one or several curves.

To use the CATICGMTopWire:

If there is only one closed curve, the operator creates a wire with two edges.


Constructor and Destructor Index


o CATICGMTopWire()
Constructor

Method Index


o ForceWireClosure()
Asks for the closure of the wire.
o GetWire()
Returns the pointer to the wire of the resulting body.
o Run()
Runs this operator.

Constructor and Destructor


o CATICGMTopWire
public CATICGMTopWire()
Constructor

Methods


o ForceWireClosure
public virtual ForceWireClosure()
Asks for the closure of the wire.
The start extremity of the first curve and the end extremity of the last curve must be the same.
o GetWire
public virtual GetWire()
Returns the pointer to the wire of the resulting body.
Returns:
The pointer to the wire of the resulting body. Remember that the whole body is retrieved with the GetResult method, and you must manage its deletion if you do not want to keep it.
o Run
public virtual Run()
Runs this operator.

This object is included in the file: CATICGMTopWire.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.