public void Create( Function3D pFunction3D )
public: void Create( Function3D^ pFunction3D )
Parameters
- pFunction3D
- Function 3D object from which merged function will be created.
public void Create( Function3D pFunction3D )
public: void Create( Function3D^ pFunction3D )
| Exception | Description | 
|---|---|
| System.ArgumentNullException | Thrown when parameter is null. | 
| InvalidArgumentException | Thrown when the function 3D is not valid. | 
| InvalidArgumentException | Thrown when the function 3D can not be merged. | 
| ObjectAlreadyCreatedException | Thrown when the merged function has already been created. |