IWireArrayToSurfaceBuilder_DG Interface
- Init
- AddWire
- Build
Performs Loft operation. An algorithm for building surface from an array of wires.
The builder object can be created via IObjectGenerator_DG.Create<IWireArrayToSurfaceBuilder_DG>() call.
void Init(bool ruled, double precision)
void AddWire(IBRepWire_DG wire)
IBRepShape_DG Build(bool solid)
|