IProfiledElement_KC Interface
- GetCrossection
The interface is implemented by surfaces of 3DO objects. It can be queried via ISection>IStrip>IProfiledElement_KC
See also Interface List
HRESULT GetCrossection(double position, IElement** crossection)
Parameters
- position -[in] Cross-entity position
- crossection -[out,retval] The crosentity element
Remarks
Returns 2D cros-section of this object.
|