GMModelInterfaces Global Function CATCGMCreateLengthFromBodyOnWire
CATCGMCreateLengthFromBodyOnWire( | | iFactory, |
| | iVertex1, |
| | iVertex2, |
| | iWire, |
| | iMode | = BASIC) |
-
Constructs an operator that computes the distance between two vertices along a wire.
- Parameters:
-
- iFactory
- The factory that creates the resulting body.
- iVertex1
- A pointer to the first vertex.
- iVertex2
- A pointer to the second vertex.
- iWire
- A pointer to the wire on which the distance is computed.
- iMode
- The operator mode.
- BASIC The operation is performed at the operator creation.
- ADVANCEDUse the Run method.
- 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: CATICGMLengthFromBodyOnWire.h
If needed, your Imakefile.mk should include the module: CATGMModelInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.