DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Expand ModelsModels
Expand DG Kernel ControlsDG Kernel Controls
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Expand General GeometryGeneral Geometry
Collapse ModelModel
Expand ViewView
Expand General ComputingGeneral Computing
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > API Reference > Model > Entities > Geometry > BSpline BRep Geometry > IWireArrayToSurfaceBuilder_DG Go to DGKC docs Search Documentation


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") > IWireArrayToSurfaceBuilder_DG query.


void Init(bool ruled, double precision)


void AddWire(IBRepWire_DG wire)


IBRepShape_DG Build(bool solid)